diff --git a/ci/build_python.sh b/ci/build_python.sh index 47c95ee969..dc303de4f5 100755 --- a/ci/build_python.sh +++ b/ci/build_python.sh @@ -51,12 +51,13 @@ rapids-conda-retry mambabuild \ conda/recipes/raft-ann-bench sccache --show-adv-stats -sccache --zero-stats # Build ann-bench-cpu only in CUDA 11 jobs since it only depends on python # version RAPIDS_CUDA_MAJOR="${RAPIDS_CUDA_VERSION%%.*}" if [[ ${RAPIDS_CUDA_MAJOR} == "11" ]]; then + sccache --zero-stats + rapids-conda-retry mambabuild \ --no-test \ --channel "${CPP_CHANNEL}" \