Skip to content

Commit 7a0c5ad

Browse files
committed
updating script input
1 parent fb23a13 commit 7a0c5ad

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

ci/build_cpp.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ rapids-print-env
1616
version=$(rapids-generate-version)
1717

1818
rapids-logger "Begin cpp build"
19+
conda config --set path_conflict prevent
1920

2021
# This calls mambabuild when boa is installed (as is the case in the CI images)
2122
RAPIDS_PACKAGE_VERSION=${version} rapids-conda-retry mambabuild conda/recipes/librmm

ci/build_python.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ sed -i "/^__git_commit__/ s/= .*/= \"${commit}\"/g" "${package_dir}/${package_na
2525
rapids-logger "Begin py build"
2626

2727
CPP_CHANNEL=$(rapids-download-conda-from-s3 cpp)
28+
conda config --set path_conflict prevent
2829

2930
# This calls mambabuild when boa is installed (as is the case in the CI images)
3031
RAPIDS_PACKAGE_VERSION=${version} rapids-conda-retry mambabuild -c "${CPP_CHANNEL}" conda/recipes/rmm

0 commit comments

Comments
 (0)