Skip to content
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

Conversation

wence-
Copy link
Contributor

@wence- wence- commented Sep 8, 2023

Description

Since Conda 23.7.3, the plugin mechanism changed, and mambabuild broke.

Since, with boa installed, conda mambabuild uses the libmamba solver, switch to that.

The general handling of subcommands with mamba was partially fixed in mamba-org/mamba#2732, but mamba build does not currently work due to mamba-org/mamba#2821.

Checklist

  • I am familiar with the Contributing Guidelines.
  • New or existing tests cover these changes.
  • The documentation is up to date with these changes.

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)
@wence- wence- requested a review from a team as a code owner September 8, 2023 10:03
@github-actions github-actions bot added the ci label Sep 8, 2023
@wence- wence- added bug Something isn't working non-breaking Non-breaking change labels Sep 8, 2023
With boa installed, conda build forwards to the boa "mambabuild"
command, so this is still using the mamba solver.
@wence- wence- changed the title Use mamba build rather than mamba mambabuild Use conda build rather than mamba mambabuild Sep 8, 2023
@wence-
Copy link
Contributor Author

wence- commented Sep 8, 2023

C++ build works, but there was a dask-cudf failure, which I will try and repro locally...

@wence-
Copy link
Contributor Author

wence- commented Sep 8, 2023

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- wence- changed the title Use conda build rather than mamba mambabuild Use conda mambabuild rather than mamba mambabuild Sep 8, 2023
@wence-
Copy link
Contributor Author

wence- commented Sep 8, 2023

Trying the build the conda mambabuild since conda build appeared to be somewhat slower.

@galipremsagar
Copy link
Contributor

/merge

@rapids-bot rapids-bot bot merged commit e43809e into rapidsai:branch-23.10 Sep 8, 2023
58 checks passed
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
Labels
bug Something isn't working non-breaking Non-breaking change
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

[BUG] CI build failures with mamba mambabuild
3 participants