Skip to content

Commit

Permalink
disable sccache
Browse files Browse the repository at this point in the history
when sccache is enabled, libblst (incorrecly) gets linked dynamically
instead of statically.
  • Loading branch information
charles-cooper committed Apr 19, 2024
1 parent a7cea5f commit be7892a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit be7892a

Please sign in to comment.