Skip to content

Commit

Permalink
Prevent path conflict in builds (#356)
Browse files Browse the repository at this point in the history
This will make builds fail when there are path conflicts

Authors:
  - Jake Awe (https://github.com/AyodeAwe)

Approvers:
  - Mads R. B. Kristensen (https://github.com/madsbk)
  - Ray Douglass (https://github.com/raydouglass)

URL: #356
  • Loading branch information
AyodeAwe committed Apr 3, 2024
1 parent c98eabb commit ea346ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ci/build_cpp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export CMAKE_GENERATOR=Ninja
rapids-print-env

rapids-logger "Begin cpp build"
conda config --set path_conflict prevent

rapids-conda-retry mambabuild conda/recipes/libkvikio

Expand Down
1 change: 1 addition & 0 deletions ci/build_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ rapids-print-env
rapids-logger "Begin py build"

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

rapids-conda-retry mambabuild \
--channel "${CPP_CHANNEL}" \
Expand Down

0 comments on commit ea346ef

Please sign in to comment.