-
-
Notifications
You must be signed in to change notification settings - Fork 344
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
Build 24.11.2 #701
Build 24.11.2 #701
Conversation
i'm not sure why this is not progressing. |
@conda-forge/conda have any of you seen this error before? |
Backport of mamba-org/mamba#3702 Honestly, I've been having alot of trouble with the latest conda version - Conda hanging: conda-forge/conda-feedstock#250 - Can't release conda build 24.11.2 -- conda-forge/miniforge#701 - I think we should just release this small backport in an attempt to help: conda-forge/miniforge#700
934bd14
to
027d2d7
Compare
Miniforge3/construct.yaml
Outdated
@@ -1,8 +1,11 @@ | |||
{% set name = os.environ.get("MINIFORGE_NAME", "Miniforge3") %} | |||
{% set version = os.environ.get("MINIFORGE_VERSION", "24.11.0-2") %} | |||
{% set version = os.environ.get("MINIFORGE_VERSION", "24.11.2-0") %} | |||
{% set conda_libmamba_solver_version = "24.11.1"%} |
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.
Based on #694, might this be changed to:
{% set conda_libmamba_solver_version = "24.11.1"%} | |
{% set conda_libmamba_solver_version = "24.9.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.
Was there a huge bug that caused this regression?
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.
24.11.1 is the first version which supports mamba 2 and which does not support mamba 1.
Co-authored-by: Julien Jerphanion <[email protected]>
@jjerphan I reverted 2.0.5 but I added a note some we can upgrade soon!
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)