Skip to content

Commit 0de40c7

Browse files
committed
disable sccache to avoid cache service brownouts
1 parent 35fe1b7 commit 0de40c7

2 files changed

Lines changed: 2 additions & 8 deletions

File tree

.github/workflows/maturin.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ on:
1818
jobs:
1919
build:
2020
env:
21-
SCCACHE_GHA_ENABLED: "true"
22-
RUSTC_WRAPPER: "sccache"
21+
SCCACHE_GHA_ENABLED: "false"
2322
X86_64_PC_WINDOWS_MSVC_OPENSSL_DIR: c:/vcpkg/installed/x64-windows-static
2423
MACOSX_DEPLOYMENT_TARGET: 10.13
2524
OPENSSL_STATIC: 1
@@ -56,8 +55,6 @@ jobs:
5655

5756
runs-on: ${{ matrix.runs-on }}
5857
steps:
59-
- name: Run sccache-cache
60-
uses: mozilla-actions/sccache-action@v0.0.6
6158

6259
- uses: actions/checkout@v4
6360
with:

.github/workflows/websocat.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ on:
1818
jobs:
1919
build:
2020
env:
21-
SCCACHE_GHA_ENABLED: "true"
22-
RUSTC_WRAPPER: "sccache"
21+
SCCACHE_GHA_ENABLED: "false"
2322
X86_64_PC_WINDOWS_MSVC_OPENSSL_DIR: c:/vcpkg/installed/x64-windows-static
2423
MACOSX_DEPLOYMENT_TARGET: 10.13
2524
OPENSSL_STATIC: 1
@@ -57,8 +56,6 @@ jobs:
5756

5857
runs-on: ${{ matrix.runs-on }}
5958
steps:
60-
- name: Run sccache-cache
61-
uses: mozilla-actions/sccache-action@v0.0.6
6259

6360
- uses: actions/checkout@v4
6461
with:

0 commit comments

Comments
 (0)