-
-
Notifications
You must be signed in to change notification settings - Fork 331
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
Update to conda 23.10 and mamba 1.5.3 #496
Conversation
@conda-forge/boa I'm curious why the solver can't find a solution for https://github.com/conda-forge/boa-feedstock/blob/main/recipe/meta.yaml#L27
let me know if you have ideas |
hmm, this is why conda-forge/admin-requests#811 |
{% set conda_libmamba_solver_version = "23.3.0"%} | ||
{% set mamba_version = "1.4.2"%} | ||
{% set version = os.environ.get("MINIFORGE_VERSION", "23.10.0-0") %} | ||
{% set conda_libmamba_solver_version = "23.11.0"%} |
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.
{% set conda_libmamba_solver_version = "23.11.0"%} | |
{% set conda_libmamba_solver_version = "23.11.1"%} |
There's now a boa release that's compatible with mamba 1.5. I've restarted the failed CI jobs. |
The builds from https://anaconda.org/conda-forge/boa/files are not making it through the CDN at the moment... |
This looks good now on all platforms except osx, where we get:
|
Pin for latest libsolv 0.7.26. Let's see if that fixes it. |
This fails on macOS during setup after installing miniforge/build_miniforge_osx.sh Lines 10 to 15 in c1cc90a
We apparently already use setup-miniconda for Windows -- could we just use that for macOS too instead?
|
Also, the decision on if/when we should release this should be made after deciding on #511 (comment) ( conda/conda-libmamba-solver#386 ):
|
FYI, for anyone following along: gh-518 has been merge without addressing this at all. |
Checklist
0
(if the version changed)conda-smithy
(Use the phrase@conda-forge-admin, please rerender
in a comment in this PR for automated rerendering)