Skip to content

Commit

Permalink
Prevent path conflict in builds (#583)
Browse files Browse the repository at this point in the history
Contributes to rapidsai/build-planning#54

Ensures that conda builds will fail in the presence of multiple packages with identical paths

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

Approvers:
  - Ajay Thorve (https://github.com/AjayThorve)
  - Ray Douglass (https://github.com/raydouglass)

URL: #583
  • Loading branch information
AyodeAwe committed Apr 26, 2024
1 parent 41819ce commit bf585e2
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 @@ sed -i "/^__git_commit__/ s/= .*/= \"${commit}\"/g" "${package_dir}/${package_na

rapids-logger "Begin py build"

conda config --set path_conflict prevent
# TODO: Remove `--no-test` flag once importing on a CPU
# node works correctly
RAPIDS_PACKAGE_VERSION=${version} rapids-conda-retry mambabuild \
Expand Down

0 comments on commit bf585e2

Please sign in to comment.