-
Notifications
You must be signed in to change notification settings - Fork 369
refactor: upgrade to rattler lock v7 #4824
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
To function properly, this requires: prefix-dev/pixi-build-backends#438. Without that PR not all used variants are returned which then causes an error during serialization of the lock-file. We are also currently still using the WDYT @ruben-arts @tdejager ? |
Yes! |
|
@baszalmstra Bumping the version makes sense! |
|
I've updated the PR with current main. We need to properly review and user test this and fix this bug before merging it: prefix-dev/pixi-build-testsuite#88 (comment) On this branch this example shows the same problem: |
f969ba9 to
dbf92e8
Compare
Currently in progress of updating to
rattler_lockv7 that includes the variants.Rattler changes currently live at:
conda/rattler#1775
Some notable changes:
Depends on