Skip to content

Commit

Permalink
prevent path conflict (#713)
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)
  - https://github.com/jakirkham

Approvers:
  - Joseph (https://github.com/jolorunyomi)

URL: #713
  • Loading branch information
AyodeAwe committed Apr 18, 2024
1 parent 160c5e6 commit 686dba6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/build_cpp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ version=$(rapids-generate-version)

rapids-logger "Begin cpp build"

conda config --set path_conflict prevent

RAPIDS_PACKAGE_VERSION=${version} rapids-conda-retry mambabuild conda/recipes/libcucim

rapids-upload-conda-to-s3 cpp
1 change: 1 addition & 0 deletions ci/build_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ echo "${version}" > VERSION
sed -i "/^__git_commit__/ s/= .*/= \"${commit}\"/g" "${package_src_dir}/_version.py"

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

CPP_CHANNEL=$(rapids-download-conda-from-s3 cpp)

Expand Down

0 comments on commit 686dba6

Please sign in to comment.