File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 8686 with :
8787 target : ${{ matrix.platform.target }}
8888 args : --release --locked --compatibility pypi --features ${{ matrix.platform.feat-flags || 'pyo3' }} --out dist --interpreter python3.13
89- sccache : ${{ !startsWith(github.ref, 'refs/tags/') }}
89+ sccache : ${{ !startsWith(github.ref, 'refs/tags/') || matrix.platform.target != 'riscv64' }}
9090 manylinux : ${{ matrix.platform.manylinux || '2_28' }}
9191 before-script-linux : |
9292 # Install nvTIFF and clang-devel
@@ -110,7 +110,7 @@ jobs:
110110 with :
111111 target : ${{ matrix.platform.target }}
112112 args : --release --locked --compatibility pypi --features ${{ matrix.platform.feat-flags || 'pyo3' }} --out dist --interpreter python3.13t
113- sccache : ${{ !startsWith(github.ref, 'refs/tags/') }}
113+ sccache : ${{ !startsWith(github.ref, 'refs/tags/') || matrix.platform.target != 'riscv64' }}
114114 manylinux : ${{ matrix.platform.manylinux || '2_28' }}
115115 before-script-linux : |
116116 # Install nvTIFF and clang-devel
You can’t perform that action at this time.
0 commit comments