ABI conflict in test suite on osx-64
#5470
Labels
¡blocking!
used to indicate a blocker for a pending release
in-progress
issue is actively being worked on
severity::1
blocker; broken functionality with no workaround
source::anaconda
created by members of Anaconda, Inc.
type::bug
describes erroneous operation, use severity::* to classify the type
type::testing
issues about tests or the test infrastructure
Checklist
What happened?
Some of the tests are failing due to an ABI conflict on the
osx-64
runners, see https://github.com/conda/conda-build/actions/runs/10602558349/job/29384860323.This is caused by channel mixing where we end up getting the following installed which causes a conflict:
The channel mixing is unintentional as the only package we need from conda-forge is
xdoctest
. There are a few possible solutions here:defaults::libmamba[py]
, see Explicitly depend on libmambapy #5468channel_priority: strict
for the test environment creation, see Set strict channel priority #5469conda-forge
instead ofdefaults
xdoctest
be built fordefaults
xdoctest
in the first place, maybe we just remove it? see Removexdoctest
& ignorelibgcc
for overlinking/overdepending checks #5471The text was updated successfully, but these errors were encountered: