conda-build CLI overrides condarc's zstd_compression_level with the default value #4649
Closed
2 tasks done
Labels
backlog
issue has been triaged but has not been earmarked for any upcoming release
good first issue
great for new contributors, code change is envisioned to be trivial/relatively straight-forward
locked
[bot] locked due to inactivity
severity::1
blocker; broken functionality with no workaround
source::community
catch-all for issues filed by community members
tag::performance
related to degraded performance
type::bug
describes erroneous operation, use severity::* to classify the type
Milestone
Checklist
What happened?
The
conda-build
command defines a default value for--zstd-compression-level
(conda_build.config.zstd_compression_level_default=22
) without querying the Conda config for theconda_build.zstd_compression_level
key.Since parameters given by the CLI take precedence over those from
.condarc
, azstd_compression_level
set in the latter is always overridden by the default value whenconda-build ...
is invoked.Conda Info
Conda Config
Conda list
Additional Context
This was discovered after conda-forge switched over to using the
.conda
format.See conda-forge/conda-forge.github.io#1586 for an overview of that.
The text was updated successfully, but these errors were encountered: