relenv
relenv copied to clipboard
Re-producible and Re-relocatable Python Environments
Looks like docs have not been updated during the last few releases. We need to investigate why docs were not publish and If docs fail the build should fail.
### Using the system python No virtualenv: ```python Python 3.11.0 (main, Sep 12 2023, 18:26:57) [GCC 12.2.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import...
There should be better documentation about all of the things relenv does when python starts up.
The toolchains seem to have started failing to build because crosstool-ng is un-able to download zlib.
Firstly, I've been watching relenv for a while - I think it's rad. Great work 😎 I would like to add support for customizing the build environment (e.g. what's created...
We discovered this when using the pre-built macos python build to make the Salt Mac package. It seems we're linking to gettext in /usr/local for some reason. When installing salt...
relocate is not setting rpath properly on cross compiled builds. The root of the problem seems to be the cross toolchain's ldd is not returning the expected output.
Recent versions of relenv (at least 0.15.0, 0.15.1, and 0.16.0) break `pip install` when used with the `--target` argument. This causes `salt-pip` not to work correctly when trying to install...
md2 is required for the python-ldap module. Using the python-ldap module is currently the only supported way to run ldap within Salt. fixes https://github.com/saltstack/salt/issues/64962