File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ rapids-print-env
16
16
version=$( rapids-generate-version)
17
17
18
18
rapids-logger " Begin cpp build"
19
+ conda config --set path_conflict prevent
19
20
20
21
# This calls mambabuild when boa is installed (as is the case in the CI images)
21
22
RAPIDS_PACKAGE_VERSION=${version} rapids-conda-retry mambabuild conda/recipes/librmm
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ sed -i "/^__git_commit__/ s/= .*/= \"${commit}\"/g" "${package_dir}/${package_na
25
25
rapids-logger " Begin py build"
26
26
27
27
CPP_CHANNEL=$( rapids-download-conda-from-s3 cpp)
28
+ conda config --set path_conflict prevent
28
29
29
30
# This calls mambabuild when boa is installed (as is the case in the CI images)
30
31
RAPIDS_PACKAGE_VERSION=${version} rapids-conda-retry mambabuild -c " ${CPP_CHANNEL} " conda/recipes/rmm
You can’t perform that action at this time.
0 commit comments