Open
Description
openedon Feb 29, 2024
Checklist
- I added a descriptive title
- I searched open requests and couldn't find a duplicate
What is the idea?
While reading conda-build's source code I noticed
cph_kwargs["compression_tuple"] = (
".tar.zst",
"zstd",
f"zstd:compression-level={metadata.config.zstd_compression_level}",
)
This references a libarchive feature.
Now that conda-package-handling is using python-zstandard
, we can set compression without string parsing. We could also allow auto-threads. We would need to require conda-package-handling >=2.
Unfortunately the current conda-package-handling API would require us to instantiate a python-zstandard object ourselves, which would be unfortunate if -handling decided to change its preferred compression library.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Metadata
Assignees
Type
Projects
Status
🆕 New