Skip to content

Commit

Permalink
move zero-stats inside if statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Oct 31, 2024
1 parent 474d33d commit 4063756
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/build_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}" \
Expand Down

0 comments on commit 4063756

Please sign in to comment.