-
Notifications
You must be signed in to change notification settings - Fork 427
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
CI adjustments for conda-libmamba-solver as default #5059
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@jaimergp, this is still marked as a draft. |
Just the pre-commit and missing news. I'll commit them now. Thanks for the reminder! |
e325845
to
54673d6
Compare
Errors are related to conda-libmamba-solver itself, probably to be fixed by conda/conda-libmamba-solver#365. |
54673d6
to
082b5f5
Compare
Let's see how conda-libmamba-solver 23.11.1 does now :) |
@jaimergp no idea why |
Me neither @kenodegard 🤷 Thanks for the help though! I'm going to be the solver-related issue |
This is most likely fixed by gh-5068 . |
Ah, taking another look at those 2 tests, I see that they use |
Agreed @mbargull. Thanks! |
@mbargull Just approved, but I wanted to clarify that it's a-ok to merge given the new build tools team effort. 🚀 |
❤️ Thanks. |
@@ -123,6 +124,9 @@ def test_recipe_builds( | |||
# ``source_setup_py_data_subdir`` reproduces the problem. | |||
if recipe.name == "source_setup_py_data_subdir": | |||
pytest.xfail("Issue related to #3754 on conda-build.") | |||
elif recipe.name == "unicode_all_over" and context.solver == "libmamba": | |||
pytest.xfail("Unicode package names not supported in libmamba.") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's too bad.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
libmamba doesn't support unicode package names IIUC, no need to test for it.
Merged in #5068, any remaining changes necessary to get everything back to 🟢 should be added to this PR |
Description
conda 23.10.0 requires conda-libmamba-solver and has
solver=libmamba
as default, so conda-build's CI is going to be using it now.Checklist - did you ...
news
directory (using the template) for the next release's release notes?