From ea346efce12cfc5f199d296bcccf9b6766a6b804 Mon Sep 17 00:00:00 2001 From: Jake Awe <50372925+AyodeAwe@users.noreply.github.com> Date: Wed, 3 Apr 2024 10:13:27 -0500 Subject: [PATCH] Prevent path conflict in builds (#356) 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: https://github.com/rapidsai/kvikio/pull/356 --- ci/build_cpp.sh | 1 + ci/build_python.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/ci/build_cpp.sh b/ci/build_cpp.sh index 6cf1e66dff..27ea30176d 100755 --- a/ci/build_cpp.sh +++ b/ci/build_cpp.sh @@ -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 diff --git a/ci/build_python.sh b/ci/build_python.sh index c1ca2f3e83..0b39b6c91f 100755 --- a/ci/build_python.sh +++ b/ci/build_python.sh @@ -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}" \