Skip to content
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

Set strict channel priority #5469

Closed
wants to merge 3 commits into from
Closed

Conversation

kenodegard
Copy link
Contributor

@kenodegard kenodegard commented Aug 29, 2024

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 kenodegard requested a review from a team as a code owner August 29, 2024 14:14
@conda-bot conda-bot added the cla-signed [bot] added once the contributor has signed the CLA label Aug 29, 2024
Copy link

codspeed-hq bot commented Aug 29, 2024

CodSpeed Performance Report

Merging #5469 will not alter performance

Comparing kenodegard:strict-priority (c7bd558) with main (a666e34)

Summary

✅ 3 untouched benchmarks

.github/condarc Outdated
@@ -4,3 +4,4 @@ notify_outdated_conda: False
changeps1: False
always_yes: True
local_repodata_ttl: 7200
channel_priority: strict
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
channel_priority: strict
channel_priority: strict

This should only apply to the CI step of provisioning base. Otherwise it'll affect all tests.

@jaimergp
Copy link
Contributor

The canary CI should put the conda-canary/label/dev channel first, then followed by defaults. Ideally the dev label should be per-project, like conda_dev. This would prevent other canary projects in the channel (e.g. menuinst) from leaking in there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed [bot] added once the contributor has signed the CLA
Projects
Status: 🏁 Done
Development

Successfully merging this pull request may close these issues.

ABI conflict in test suite on osx-64
3 participants