Skip to content

Commit

Permalink
Use conda mambabuild not mamba mambabuild (#457)
Browse files Browse the repository at this point in the history
With the release of conda 23.7.3, `mamba mambabuild` stopped working. With boa installed, `conda mambabuild` uses the mamba solver, so just use that instead.

See also rapidsai/cudf#14068.

Authors:
  - Bradley Dice (https://github.com/bdice)
  - AJ Schmidt (https://github.com/ajschmidt8)

Approvers:
  - Ray Douglass (https://github.com/raydouglass)

URL: #457
  • Loading branch information
bdice authored Sep 8, 2023
1 parent 9a2cfe8 commit 05a37e1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/build_cpp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ rapids-print-env

rapids-logger "Begin cpp build"

rapids-mamba-retry mambabuild conda/recipes/rapids_core_dependencies
rapids-conda-retry mambabuild conda/recipes/rapids_core_dependencies

rapids-upload-conda-to-s3 cpp
5 changes: 4 additions & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ dependencies:
packages:
- pip
- pip:
- sphinxcontrib-moderncmakedomain
- sphinxcontrib-moderncmakedomain
- sphinx
- sphinx-copybutton
- sphinx_rtd_theme
Expand All @@ -145,6 +145,9 @@ dependencies:
- scikit-build>=0.13.1
- libpng
- zlib
- output_types: [conda]
packages:
- fmt==9.1.0
style_checks:
common:
- output_types: [conda, requirements]
Expand Down

0 comments on commit 05a37e1

Please sign in to comment.