-
Notifications
You must be signed in to change notification settings - Fork 79
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
Add repodata.json.zst #573
Comments
I might look into this! Compression seems to be tested here for quetz: quetz/quetz/tests/test_indexing.py Line 16 in 6cdf96e
And creation of the repodata files happens here: Line 211 in 6cdf96e
And this uses the following function to actually write the file, including encrypted versions. Adding zst should probably happen here? Line 61 in 6cdf96e
|
yep, that sounds correct! :) |
I am using version 0.9.2. In proxy mode, the |
Just found the same issue. This is a problem as mamba is using that file by default. |
Same problem here.
Is there any known workaround so that we can tell conda/mamba to ignore the |
@tadeu found a workaround for those interested:
|
Conda recently added a zstd compression version of repodata.json: conda/infrastructure#648
Would be great to have it here as well!
The text was updated successfully, but these errors were encountered: