-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
Use newer lief again #83
Conversation
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
Stuck (again) on conda-forge/boa-feedstock#75 |
We might need updated lower bounds for conda-build & conda so we update conda 23.3 (as bundled in Miniforge right now) to at least 23.7.4, which will also bring a more recent conda-libmamba-solver. We might also force this via |
We might need |
Alright, that's a combination that works! 🥳 |
@conda-forge-admin, rerender |
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.
For some reason, even though it's not specified in the conda install step, something seems to try to pull in an exact mamba version that's too old:
├─ mamba 1.4.2 is installable with the potential options
^^^^^
why pinned?
conda-forge.yml
Outdated
conda_build_tool: "conda-build" | ||
conda_install_tool: "conda" | ||
conda_solver: "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.
Do we still need these lines with conda-forge-ci-setup=4
?
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.
Yep, ci-setup is going to nudge the solvers to obtain the "latest everything" but the conda-smithy config is still needed here because the default is still "mamba + mambabuild". In the (not so long!) future, when conda-build + conda-libmamba-solver is default we can omit this section.
Should be solved by conda-forge/conda-forge-ci-setup-feedstock#290; I'll restart |
Nope, still getting lost with looking for 1.4.2, possibly because that's what's there after the mambaforge install. |
That might be a manifestation of an conda-libmamba-solver bug. The miniforge we are using bundles 23.3 and that one was a bit stubborn about the history if things were not explicitly mentioned in the CLI. Maybe using |
@conda-forge-admin, rerender |
…nda-forge-pinning 2023.11.14.10.31.11
This reverts commit 84b8403.
…nda-forge-pinning 2023.11.15.14.27.10
No description provided.