You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support dynamic cdt_name that should help fix CI issues. (#5837)
* Adding in code to check for cdt_name. Also adding tests.
* Adding documentation.
* Update conda_build/environ.py
Co-authored-by: jaimergp <jaimergp@users.noreply.github.com>
* Update docs/source/user-guide/environment-variables.rst
Co-authored-by: jaimergp <jaimergp@users.noreply.github.com>
* Updating test to use 'el' instead of 'cos6' in linux.
* Mistype! el8. The 8 in important.
* Adding in cdt_linking specific change.
* Trying a workaround to fix the CI.
* It may be using conda-forge so let's try conda-forge cdt.
* So I guess we were not using cf actually. Out of curosity, let's try.
* Trying to simplify cdt test to be more universal.
* simplifying even more.
* Simplifying test again and adding cdt_name.
* This might just work.
* Trying to go use conda-forge
* Using conda per review suggestion.
* Simplifying the cdt recipe.
* Adding docs.
* Updating docs.
* Adding news.
* Reverting change from another PR.
* Fixing git branching mistake so we don't override other work.
---------
Co-authored-by: jaimergp <jaimergp@users.noreply.github.com>
* Fixed BUILD environment variable to respect `cdt_name` variant configuration. Previously, BUILD was hardcoded to use `cos6` or `cos7` based on architecture, ignoring the `cdt_name` variant when specified. Now, if `cdt_name` is provided in the variant configuration, it will be used in the BUILD variable; otherwise, it falls back to the architecture-based default. (#5733)
0 commit comments