From be7892a002c17fae2a6af3e799e332e85e6d56db Mon Sep 17 00:00:00 2001 From: Charles Cooper Date: Fri, 19 Apr 2024 07:40:21 -0400 Subject: [PATCH] disable sccache when sccache is enabled, libblst (incorrecly) gets linked dynamically instead of statically. --- .github/workflows/release.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 30be0cf..545a95b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,7 +46,6 @@ jobs: # for its own release process, but recommends using `pyo3` for new # projects for some reason. args: --release --out dist --find-interpreter - sccache: 'true' manylinux: auto - name: Upload wheels uses: actions/upload-artifact@v3 @@ -72,7 +71,6 @@ jobs: with: target: ${{ matrix.target }} args: --release --out dist --find-interpreter - sccache: 'true' - name: Upload wheels uses: actions/upload-artifact@v3 with: @@ -94,7 +92,6 @@ jobs: with: target: ${{ matrix.target }} args: --release --out dist --find-interpreter - sccache: 'true' - name: Upload wheels uses: actions/upload-artifact@v3 with: