Skip to content

Commit

Permalink
Prevent path conflict in builds (#571)
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:
  - Robert Maynard (https://github.com/robertmaynard)
  - Bradley Dice (https://github.com/bdice)

URL: #571
  • Loading branch information
AyodeAwe committed Apr 18, 2024
1 parent a512e37 commit 3683bbf
Showing 1 changed file with 1 addition 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/rapids_core_dependencies

Expand Down

0 comments on commit 3683bbf

Please sign in to comment.