diff --git a/ci/build_cpp.sh b/ci/build_cpp.sh index 7329d4a34..cc6b6fd64 100755 --- a/ci/build_cpp.sh +++ b/ci/build_cpp.sh @@ -16,6 +16,7 @@ rapids-print-env version=$(rapids-generate-version) rapids-logger "Begin cpp build" +conda config --set path_conflict prevent # This calls mambabuild when boa is installed (as is the case in the CI images) RAPIDS_PACKAGE_VERSION=${version} rapids-conda-retry mambabuild conda/recipes/librmm diff --git a/ci/build_python.sh b/ci/build_python.sh index b197b1ae1..84035c454 100755 --- a/ci/build_python.sh +++ b/ci/build_python.sh @@ -25,6 +25,7 @@ sed -i "/^__git_commit__/ s/= .*/= \"${commit}\"/g" "${package_dir}/${package_na rapids-logger "Begin py build" CPP_CHANNEL=$(rapids-download-conda-from-s3 cpp) +conda config --set path_conflict prevent # This calls mambabuild when boa is installed (as is the case in the CI images) RAPIDS_PACKAGE_VERSION=${version} rapids-conda-retry mambabuild -c "${CPP_CHANNEL}" conda/recipes/rmm