Skip to content

Commit 17f21fa

Browse files
authored
Use conda-build instead of conda-mambabuild (#784)
This changes from `conda mambabuild` to `conda build`. Conda now uses the mamba solver so no performance regressions are expected. This is a temporary change as we plan to migrate to `rattler-build` in the near future. However, this is needed sooner to drop `boa` and unblock Python 3.13 migrations. xref: rapidsai/build-planning#149 Authors: - Bradley Dice (https://github.com/bdice) Approvers: - Jake Awe (https://github.com/AyodeAwe) URL: #784
1 parent b01af45 commit 17f21fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/build_cpp.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ rapids-print-env
1616
rapids-logger "Begin cpp build"
1717
conda config --set path_conflict prevent
1818

19-
RAPIDS_PACKAGE_VERSION=$(rapids-generate-version) rapids-conda-retry mambabuild \
19+
RAPIDS_PACKAGE_VERSION=$(rapids-generate-version) rapids-conda-retry build \
2020
conda/recipes/rapids_core_dependencies
2121

2222
rapids-upload-conda-to-s3 cpp

0 commit comments

Comments
 (0)