-
Notifications
You must be signed in to change notification settings - Fork 427
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
REGR: conda-build 24.7.1 fails on key in conda_build_config.yaml
that's conditionally defined
#5443
Milestone
Comments
This was referenced Aug 6, 2024
h-vetinari
added a commit
to h-vetinari/clang-compiler-activation-feedstock
that referenced
this issue
Aug 21, 2024
As it turns out, this could be solved by {% if CBUILD is not defined %}
{% set CBUILD = "dummy" %}
{% endif %} That's still weird because |
Think this would be addressed by PR: #5458 |
Thanks @jakirkham, that sounds like exactly the same problem indeed |
h-vetinari
changed the title
REGR: conda-build 24.7.1 fails on key in
REGR: conda-build 24.7.1 fails on key in Aug 21, 2024
conda_build_config.yaml
containing BUILD
conda_build_config.yaml
that's conditionally defined
Closing this issue since #5458 has been merged! This change will be included in the upcoming 24.9.x release. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As of conda-build 24.7.1, it became impossible to (re)render the recipe for one of our main compiler feedstocks in conda-forge (as of conda-forge/clang-compiler-activation-feedstock@0bf5cc9) with an error:
If I comment out the use of
{{ CBUILD }}
inmeta.yaml
, it's possible to render again, so there's some relationship to that particular key. However, renames of that key (+ usage sites) toC_BUILD
,CBUILDD
,DBUILD
,CBALD
orcbuild
still failed in the same way, so I don't know what particular combination of factors triggers this.The text was updated successfully, but these errors were encountered: