From df30328b90cbb4a0e4b58db6fc7d12e970027f0d Mon Sep 17 00:00:00 2001 From: Michael Sarahan Date: Wed, 2 Oct 2024 20:01:15 -0500 Subject: [PATCH] use conda-build instead of mambabuild b/c of boa instrumentation issues --- ci/build_cpp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/build_cpp.sh b/ci/build_cpp.sh index e5fcef17a83..3cf29b16b07 100755 --- a/ci/build_cpp.sh +++ b/ci/build_cpp.sh @@ -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