Wolf Vollprecht
Wolf Vollprecht
I believe we should normalize the line ending for most (or all) files to the UNIX line ending when building `noarch: generic` or `noarch: python` packages. This is so that...
When there is a broken `.conda` file in the output folder, we currently print an error that does not indicate _which_ package is the culprit. We should probably also just...
Sometimes it's useful to be able to specify the compression level as part of the recipe. E.g. when adding large binary files etc. - compression might not be useful.
It would be interesting to set up a FS on RAM for really fast builds. Would be nice if we can add something about that to our docs. Maybe `sudo...
There is an open PR in conda-build to add negative globs to the schema. It's also something I wanted in `rattler-build`. The idea would be to first select all matching...
As a stepping towards "split-builds" from a cache, we should implement a `files` key in the `build` section. This key would contain a list of globs, and only the matched...
And that it gets exposed in the build script.
@pavelzw this should fix #691, although it doesn't attack the problem at the parsing level but later on, when we insert the values into minijinja. I think I prefer this...
cc @DerThorsten maybe that would help with the issues you had regarding deactivation. This should start a more isolated shell for building & testing. One can still inject environment variables...