Skip to content

Commit

Permalink
Use conda mambabuild not mamba mambabuild (#681)
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)

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

URL: #681
  • Loading branch information
bdice authored Sep 8, 2023
1 parent 9eadba4 commit ea462b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/build_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ rapids-print-env

rapids-logger "Build rapids-xgboost"

rapids-mamba-retry mambabuild \
rapids-conda-retry mambabuild \
--use-local \
--variant-config-files "${CONDA_CONFIG_FILE}" \
conda/recipes/rapids-xgboost

rapids-logger "Build rapids"

rapids-mamba-retry mambabuild \
rapids-conda-retry mambabuild \
--use-local \
--variant-config-files "${CONDA_CONFIG_FILE}" \
conda/recipes/rapids
Expand Down

0 comments on commit ea462b2

Please sign in to comment.