Skip to content
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

chore: bump rattler #1973

Merged
merged 6 commits into from
Sep 3, 2024
Merged

Conversation

baszalmstra
Copy link
Contributor

@baszalmstra baszalmstra commented Sep 3, 2024

This bumps rattler to the latest versions bringing two notable changes to pixi:

  1. You can now use virtual package overrides from environment variables (feat: Add support for CONDA_OVERRIDE_CUDA conda/rattler#818) thanks to @SobhanMP

    ❯ pixi info
       Pixi version: 0.28.2
            Platform: win-64
       Virtual packages: __win=0=0
                       : __archspec=1=x86_64_v3
                       
    ❯ CONDA_OVERRIDE_CUDA=12.2 pixi info
          Pixi version: 0.28.2
              Platform: win-64
      Virtual packages: __win=0=0
                      : __cuda=12.2=0
                      : __archspec=1=x86_64_v3
  2. Accessing the package cache from multiple processes should now be safe. This should fix many of our CI issues and allow us to run tests in parallel in CI again. I removed the #[serial] part of all our tests.

Fixes #480

Copy link
Contributor

@ruben-arts ruben-arts left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome! Could you also turn on the big runners for windows and Linux? These test the serial issue even more.

@baszalmstra
Copy link
Contributor Author

@ruben-arts done!

@baszalmstra baszalmstra merged commit 620f9ac into prefix-dev:main Sep 3, 2024
28 checks passed
@SobhanMP
Copy link
Contributor

SobhanMP commented Sep 3, 2024

Amazing ❤️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow overriding detected virtual packages
4 participants