From 406375602d2064f740006702f078c5baafdc88ed Mon Sep 17 00:00:00 2001 From: James Lamb Date: Thu, 31 Oct 2024 14:01:09 -0500 Subject: [PATCH] move zero-stats inside if statement --- ci/build_python.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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}" \