Wolf Vollprecht
Wolf Vollprecht
feat(upload): use new `rattler_upload` to unify upload code to prefix, anaconda, quetz, artifactory
Finally got a chance to vibe code pixi script support (https://github.com/prefix-dev/pixi/issues/3751). You can find examples under `examples/`. And run them with `pixi exec examples/conda-script/hello_python.py`. Would love to hear if this...
### Problem description Today, we have the ability to specify variants for pixi-build on the workspace level. ```toml [workspace.build-variants] python = ["3.11.*", "3.12.*"] ``` However, commonly we would want to...
This is the start for adding a `build-into` subcommand to rattler-build. The idea is that we build the package "into" a channel, which means we will also upload and index...
This is a draft PR to add some more checks and informations when building packages:
I think `--up-to` with dependencies that contain multiple outputs is not properly figuring out the build order. Need to verify this.
It would be cool to improve the debug experience: - `rattler-build debug shell`: should launch a shell like `pixi shell` in the work directory of the last build (or maybe...
In https://github.com/prefix-dev/rattler-build/pull/1883 we changed render-only to not download run-exports data. I think this is going to lead to slightly altered solutions for the host environment (due to run exports from...
This tests that conditional dependencies and extras (optional dependency groups) work in rattler-build. The recipe that I tested with looks like this: ```yaml package: name: conditional version: 0.1.0 requirements: run:...