Skip to content

Commit b608357

Browse files
authored
try to get accurate cache hit/miss rates
1 parent b5b0af4 commit b608357

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-wheel.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,9 @@ jobs:
141141
output-dir: ${{ env.CUDA_BINDINGS_ARTIFACTS_DIR }}
142142
env:
143143
CIBW_BUILD: ${{ env.CIBW_BUILD }}
144+
# check cache stats before leaving cibuildwheel
145+
CIBW_BEFORE_TEST: >
146+
"/host${{ env.SCCACHE_PATH }}" --show-stats
144147
# CIBW mounts the host filesystem under /host
145148
CIBW_ENVIRONMENT_LINUX: >
146149
CUDA_PATH=/host/${{ env.CUDA_PATH }}

0 commit comments

Comments
 (0)