Skip to content

Commit

Permalink
Replace conda-mambabuild with conda-build (#752)
Browse files Browse the repository at this point in the history
These are now equivalent in behavior. However support for `conda-mambabuild` is being dropped. So switch to `conda-build`.

xref: rapidsai/build-planning#149

Authors:
  - https://github.com/jakirkham

Approvers:
  - James Lamb (https://github.com/jameslamb)

URL: #752
  • Loading branch information
jakirkham authored Feb 27, 2025
1 parent b7af44c commit 0e9041d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions ci/build_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,13 @@ rapids-print-env

rapids-logger "Build rapids-xgboost"

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

rapids-logger "Build rapids"

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

Expand Down

0 comments on commit 0e9041d

Please sign in to comment.