conda-build icon indicating copy to clipboard operation
conda-build copied to clipboard

Set strict channel priority

Open kenodegard opened this issue 5 months ago • 2 comments

Description

For some reason our test environments were installing the following:

pkgs/main::conda-libmamba-solver
conda-forge::libmambapy
conda-forge::libmamba
...

Mixing defaults and conda-forge like this results in ABI conflicts and renders the libmamba solver unusable (see https://github.com/conda/conda-build/actions/runs/10602558349/job/29384860323). To correct this we set the channel priority to strict.

Closes #5468 Closes #5470

Checklist - did you ...

  • [ ] ~Add a file to the news directory (using the template) for the next release's release notes?~
  • [ ] ~Add / update necessary tests?~
  • [ ] ~Add / update outdated documentation?~

kenodegard avatar Aug 29 '24 14:08 kenodegard