Release Notes
✨ Highlights
This release adds important bugfixes and changes in the discovery logic.
Pixi Build already had the ability to directly depend on recipe.yaml
files backed by pixi-build-rattler-build
without the need to specify a separate package manifest.
So the following code just works:
[dependencies]
package = { path = "/path/to/recipe.yaml" }
This still works, but we stopped hardcoding the channel for the backends.
Now, it will first try to find a workspace manifest and extract its channels.
If that doesn't work, it will fallback to the default channels in your Pixi config.
Added
Changed
- Automatic detection of ros backend for package.xml files by @ruben-arts in #4782
Documentation
- Fix link to boost package by @h-vetinari in #4793
Fixed
- Fix testsuite tests configuration by @remimimimimi in #4795
- Target specific inline variants by @Hofer-Julian in #4803
- Reinstall should rebuild a source package by @nichmor in #4809
New Contributors
- @h-vetinari made their first contribution in #4793
Download pixi 0.58.0
File | Platform | Checksum |
---|---|---|
pixi-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
pixi-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
pixi-aarch64-pc-windows-msvc.zip | ARM64 Windows | checksum |
pixi-aarch64-pc-windows-msvc.msi | ARM64 Windows | checksum |
pixi-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
pixi-x86_64-pc-windows-msvc.msi | x64 Windows | checksum |
pixi-aarch64-unknown-linux-musl.tar.gz | ARM64 MUSL Linux | checksum |
pixi-x86_64-unknown-linux-musl.tar.gz | x64 MUSL Linux | checksum |