mamba-org / boa

The fast conda package builder, based on mamba
https://boa-build.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
255 stars 56 forks source link

ENH: Use zstd for index download when available, similar to `repodata_use_zst=true` for micromamba #348

Open corneliusroemer opened 1 year ago

corneliusroemer commented 1 year ago

It would speed up builds if boa used zstd for package index downloads when available. Micromamba does this for a few months now, someone is working on getting it into mamba at the moment, see https://github.com/mamba-org/mamba/issues/2523 for context

This could shave off ~10 seconds when downloading the conda-forge/osx-64 index for example.