Skip to content

Commit 0e9041d

Browse files
authored
Replace conda-mambabuild with conda-build (#752)
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
1 parent b7af44c commit 0e9041d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

ci/build_python.sh

+2-4
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,13 @@ rapids-print-env
1515

1616
rapids-logger "Build rapids-xgboost"
1717

18-
rapids-conda-retry mambabuild \
19-
--use-local \
18+
rapids-conda-retry build \
2019
--variant-config-files "${CONDA_CONFIG_FILE}" \
2120
conda/recipes/rapids-xgboost
2221

2322
rapids-logger "Build rapids"
2423

25-
rapids-conda-retry mambabuild \
26-
--use-local \
24+
rapids-conda-retry build \
2725
--variant-config-files "${CONDA_CONFIG_FILE}" \
2826
conda/recipes/rapids
2927

0 commit comments

Comments
 (0)