Skip to content

Commit

Permalink
use conda-build instead of mambabuild b/c of boa instrumentation issues
Browse files Browse the repository at this point in the history
  • Loading branch information
msarahan committed Oct 3, 2024
1 parent 18f02b8 commit df30328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/build_cpp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ rapids-print-env
rapids-logger "Begin cpp build"

# With boa installed conda build forward to boa
RAPIDS_PACKAGE_VERSION=$(rapids-generate-version) rapids-conda-retry mambabuild \
RAPIDS_PACKAGE_VERSION=$(rapids-generate-version) rapids-conda-retry build \
conda/recipes/libcudf

rapids-upload-conda-to-s3 cpp

0 comments on commit df30328

Please sign in to comment.