Wolf Vollprecht
Wolf Vollprecht
Some ideas for a better debug experience: When we enter a rattler-build working directory we could add the following methods to rattler-build: * `rattler-build diff`: should diff the (first) source...
This adds auto-detection from the `$PREFIX` as well. @mfansler do you think this is acceptable? It would fix the Rust case. I would have to think a bit longer to...
We couldn't compile rattler_package_streaming to WASM and I am hoping to fix that.
### Checklist - [x] I added a descriptive title - [x] I searched open requests and couldn't find a duplicate ### What is the idea? To speed up installation (linking)...
This implements the FlagMatcher that makes it easier to select variants. Packages can advertise `flags` that can be selected using the matchspec. For example, a build of `libarchive` could have...
Currently WIP on the prefix backends.
### Description
This would allow for arbitrary platforms. E.g. users could come up with their own platform (`foobar-32`) and run with it. Otherwise they would have to e.g. abuse another existing platform...
Using something like: ``` curl \ -H "Accept: application/vnd.github.v3+json" \ -H "Authorization: token $GHA_PAT" \ https://api.github.com/user ```