-
-
Notifications
You must be signed in to change notification settings - Fork 346
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 #518
Conversation
Signed-off-by: Marcel Bargull <[email protected]>
Signed-off-by: Marcel Bargull <[email protected]>
056604d
to
dd7f8bd
Compare
|
||
export CONSTRUCT_ROOT="${PWD}" | ||
mkdir -p build | ||
eval "$(PS1="${PS1-}" conda shell.posix activate)" |
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.
I haven't look into what setup-miniconda
does with its auto-activate-base
option.
Tried it in 056604d but didn't work.
I'm fine with doing the manual shell.posix activate
, but if anyone wants to try/use setup-miniconda
's functionality properly, feel free to amend this!
(FYI: I restarted failed CI jobs twice. Some |
Restarted all the CI jobs. Will merge once it passes. |
Shall we rather wait a couple of days and discuss on the next core if we want to go with |
I don't really see the point in waiting a couple of days. Generally speaking, I wanted to stop users from being "force to downgrade any package" in the case that boa needed to be installed. This is a standard usecase for conda's base installer. However, today in most feedstocks:
The latest build I triggered was in conda-forge/boa-feedstock#76, thus I feel like we should update this. I have an other fear, if we do this these updates too quickly, we don't give time to catch all the conda bugs. Thus I typically like to "wait" a little bit. |
I don't follow.
Why "thus"?
We do have the case that It is rather strange to ignore raised concerns. |
@hmaarrfk, shall we wait until Wednesday to discuss the changes and keep the release as pre-release for now? |
Sorry about this. sigh. ok. I think I need to spend more time following the condo/boa/libmamba bugs. let's leave it as a draft until things are resolved.... just I don't doubt we will have more bugs in 23.11 |
more like "it didn't give me any problems" and this upgrade "avoids a regular cycle of updates for every build". however. I was unaware of the impact of the latest bugs. |
…rrfk/update_mamba"" This reverts commit 486c662.
Ah, I thought you were aware (through core chat, my comment on your original PR, etc.). |
23.11 should be tagged this week, AFAIK. |
Did we add this to the agenda tomorrow? Edit: Turns out I added it 2 weeks ago and now it is first up 🙂 |
Conclusion from the meeting today is that we wait until there is a new Conda release (tentatively planned this week) Edit: This is also being added to the next meeting in 2 weeks for follow-up (unless it has already been handled before then) |
Looks like Conda 23.11.0 just came out 🎉 |
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)closes gh-496
closes gh-511
Continuation of gh-496 using
setup-miniconda
for macOS and updating toconda-libmamba-solver=23.11.1
.