Skip to content

Commit

Permalink
Disable sccache for now
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Mar 20, 2024
1 parent ae83cba commit cf34c1d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
zig: master
env:
RUST_BACKTRACE: "1"
SCCACHE_GHA_ENABLED: "true"
RUSTC_WRAPPER: "sccache"
# SCCACHE_GHA_ENABLED: "true"
# RUSTC_WRAPPER: "sccache"
steps:
- uses: actions/checkout@v4
- name: setup sccache
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
args: --release --out dist --strip --universal2
sccache: 'true'
# sccache: 'true'
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
with:
target: ${{ matrix.platform.target }}
args: --release --out dist --strip
sccache: 'true'
# sccache: 'true'
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
manylinux: auto
container: off
args: --release -o dist --strip
sccache: 'true'
# sccache: 'true'
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit cf34c1d

Please sign in to comment.