Wolf Vollprecht
Wolf Vollprecht
I wonder if this would be useful but some people are setting up repositories with a number of recipes in sub-folders. If we had some intelligent support to find which...
- [x] Should flatten serialization of `pin_compatible` and `pin_subpackage` - [ ] Add sha256 hash to rendered `path` source (at least for files) - [ ] Add sha256 hash to...
Sometimes you want to try to build the latest and greatest software. It would be nice if we could swap out the first of the `source` elements to instead use...
Apparently conda-build has some magic that makes the `test.import` section also work for `perl`. For example here: ``` {% set name = "perl-data-dumper" %} {% set version = "2.183" %}...
For performance reasons (using the new copydir reflink thing) we should store the extracted files in our source cache. Another cool feature that we could build from this is recursive...
We have a bunch of "common" issues in the conda-forge knowledge base. For example, on macOS one sometimes needs to `-D_LIBCPP_DISABLE_AVAILABILITY`. We could scan the logs and if we see...
It was hit here: https://github.com/wolfv/rust-forge/actions/runs/8576462884/job/23507447172 We should also add retries when getting the repodata ...
Just saw that this failed ``` - test "$(cppcheck --version)" == "Cppcheck $PKG_VERSION" ```
We have gotten rid of the buggy "top-level" output that conda-build implemented. However, it is quite useful to have a single build step and then split a package into multiple...
I think it would be cool if we could automate version bumping in rattler-build. There could be two modes: - supply a known version – then rattler-build will insert it,...