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

fix: add cdt_name to config.variants #357

Closed anand-bala closed 1 year ago

anand-bala commented 1 year ago

Fix #284

As noted in the linked issue, it looks like the config isn't updated with any of the information from the variant config files passed from the command line (at least, not before the call to find_all_recipes in run_build.py). The current version of the PR fixes the issue of the cdt_name not being recognized by just using the first of the resolved variant configs, which may be a hack.

Tobias-Fischer commented 1 year ago

Hi @wolfv - could you please take a look at this? It is blocking RoboStack at the moment.

Tobias-Fischer commented 1 year ago

Kind reminder @wolfv :)