File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -124,9 +124,7 @@ jobs:
124124 fetch-depth : 1
125125 submodules : recursive
126126
127- # NB: CIBW builds wheels in containers on Linux
128- - name : Setup ccache (macOS only)
129- if : runner.os == 'macOS'
127+ - name : Setup ccache
130128 uses : hendrikmuhs/ccache-action@v1
131129 with :
132130 create-symlink : true
Original file line number Diff line number Diff line change @@ -186,7 +186,9 @@ test-command = [
186186]
187187
188188[tool .cibuildwheel .linux ]
189- environment = { PYTHONDEVMODE = " 1" , PYTHONUNBUFFERED = " 1" , PATH = " /usr/local/cuda/bin:$PATH" }
189+ environment.PYTHONDEVMODE = " 1"
190+ environment.PYTHONUNBUFFERED = " 1"
191+ environment.PATH = " /usr/local/cuda/bin:/host/usr/lib/ccache:/host/usr/local/opt/ccache/libexec:$PATH"
190192repair-wheel-command = [
191193 " auditwheel -v repair --exclude libtvm_ffi.so --exclude libcuda.so.1 --exclude '/usr/local/cuda*' -w {dest_dir} {wheel}" ,
192194 " pipx run abi3audit --verbose --strict {wheel}" ,
You can’t perform that action at this time.
0 commit comments