-
Notifications
You must be signed in to change notification settings - Fork 902
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 conda mambabuild
rather than mamba mambabuild
#14067
Merged
rapids-bot
merged 3 commits into
rapidsai:branch-23.10
from
wence-:wence/fix/mambabuild-failures
Sep 8, 2023
Merged
Use conda mambabuild
rather than mamba mambabuild
#14067
rapids-bot
merged 3 commits into
rapidsai:branch-23.10
from
wence-:wence/fix/mambabuild-failures
Sep 8, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Since Conda 23.7.3, the plugin mechanism changed, and mambabuild broke. Adapt to this change, following the fix in mamba (mamba-org/mamba#2732)
With boa installed, conda build forwards to the boa "mambabuild" command, so this is still using the mamba solver.
wence-
changed the title
Use mamba build rather than mamba mambabuild
Use Sep 8, 2023
conda build
rather than mamba mambabuild
C++ build works, but there was a dask-cudf failure, which I will try and repro locally... |
Couldn't repro, but it was a timeout error that disappeared when rerunning... |
Solve seems to be a little slow.
wence-
changed the title
Use
Use Sep 8, 2023
conda build
rather than mamba mambabuild
conda mambabuild
rather than mamba mambabuild
Trying the build the |
raydouglass
approved these changes
Sep 8, 2023
/merge |
rapids-bot bot
pushed a commit
to rapidsai/cugraph
that referenced
this pull request
Sep 8, 2023
Applies same changes for the same reasons as cuDF PR rapidsai/cudf#14067 to cuGraph. Authors: - Rick Ratzel (https://github.com/rlratzel) Approvers: - Ray Douglass (https://github.com/raydouglass) URL: #3853
rlratzel
added a commit
to rlratzel/cugraph
that referenced
this pull request
Sep 8, 2023
Applies same changes for the same reasons as cuDF PR rapidsai/cudf#14067 to cuGraph. Authors: - Rick Ratzel (https://github.com/rlratzel) Approvers: - Ray Douglass (https://github.com/raydouglass) URL: rapidsai#3853
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Since Conda 23.7.3, the plugin mechanism changed, and mambabuild broke.
Since, with
boa
installed,conda mambabuild
uses thelibmamba
solver, switch to that.The general handling of subcommands with
mamba
was partially fixed in mamba-org/mamba#2732, butmamba build
does not currently work due to mamba-org/mamba#2821.mamba mambabuild
#14068Checklist