We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5b0af4 commit b608357Copy full SHA for b608357
.github/workflows/build-wheel.yml
@@ -141,6 +141,9 @@ jobs:
141
output-dir: ${{ env.CUDA_BINDINGS_ARTIFACTS_DIR }}
142
env:
143
CIBW_BUILD: ${{ env.CIBW_BUILD }}
144
+ # check cache stats before leaving cibuildwheel
145
+ CIBW_BEFORE_TEST: >
146
+ "/host${{ env.SCCACHE_PATH }}" --show-stats
147
# CIBW mounts the host filesystem under /host
148
CIBW_ENVIRONMENT_LINUX: >
149
CUDA_PATH=/host/${{ env.CUDA_PATH }}
0 commit comments