Wolf Vollprecht
Wolf Vollprecht
We are currently searching for the prefix placeholder string in the files one-by-one. It does take a little while for larger files. Would be nice to 1. make the function...
We currently use some system tools: - `install_name_tool` on macOS for changing `@rpath` after building - `patchelf` on Linux to change `RPATH` after building These tools could potentially influence how...
Currently we cannot return a Null value from the `env` object functions. It might be useful to _not_ set an env variable at all in the script env. For example:...
rattler-build could make use of the new `run_exports.json` which is a new file available "next" to the `repodata.json` file (e.g. https://conda.anaconda.org/conda-forge/osx-arm64/run_exports.json) Then we don't need to download the packages to...
Was `osx_is_app` in `conda-build` This is a seldomly used option that changes the shebang to `python.app` instead of `python` on macOS . I am not sure what it does exactly,...
Using `rattler-build rebuild ...` should produce the exact same output for a given package. I am wondering if we can trust `zstd` to compress the archives deterministically independent from the...
This is so that other people who'd like to build packages could reproducibly do so, more easily. Just reorder the fields in the structs that are rendered to YAML so...
Was `preserve_egg_dir` in `conda-build`. Preserve the `egg` dir for Python packages. > This is needed for some packages that use features specific to setuptools. The default is False. Used a...
Not sure what the right approach is, but it is a difference between rattler-build and conda-build. This was with multiple `git` sources. Might be less of a problem with cached...
Currently script tests are "rendered" in the context of the current build platform. However, they might be executed on another platform from where they have been built (e.g. after cross-compiling...