Skip to content

Commit

Permalink
Prevent path conflict in builds (#1325)
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:
  - Joseph (https://github.com/jolorunyomi)

URL: #1325
  • Loading branch information
AyodeAwe committed Apr 18, 2024
1 parent 63198ea commit 67bffb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/build_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ echo "${version}" | tr -d '"' > VERSION
sed -i "/^__git_commit__/ s/= .*/= \"${commit}\"/g" "${package_name}/_version.py"

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

RAPIDS_PACKAGE_VERSION=${version} rapids-conda-retry mambabuild \
conda/recipes/dask-cuda
Expand Down

0 comments on commit 67bffb0

Please sign in to comment.