mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
ci: increment SCCACHE_GHA_VERSION to purge caches (#34673)
There are build failures again with similar errors seen in #34571. Incrementing the SCCACHE_GHA_VERSION should purge the cache for now, but this is just a temporary fix. If this happens again, we'll need to look into disabling sccache until #34571 is resolved. Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com>
This commit is contained in:
parent
3d94f32cfc
commit
d54b68bc96
5 changed files with 5 additions and 5 deletions
2
.github/workflows/android.yml
vendored
2
.github/workflows/android.yml
vendored
|
@ -28,7 +28,7 @@ env:
|
|||
RUSTC_WRAPPER: "sccache"
|
||||
CCACHE: "sccache"
|
||||
# Increment this to purge the cache (https://github.com/mozilla/sccache/blob/main/docs/GHA.md)
|
||||
SCCACHE_GHA_VERSION: 2
|
||||
SCCACHE_GHA_VERSION: 3
|
||||
CARGO_INCREMENTAL: 0
|
||||
|
||||
jobs:
|
||||
|
|
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
|
@ -8,7 +8,7 @@ env:
|
|||
SHELL: /bin/bash
|
||||
SCCACHE_GHA_ENABLED: "true"
|
||||
# Increment this to purge the cache (https://github.com/mozilla/sccache/blob/main/docs/GHA.md)
|
||||
SCCACHE_GHA_VERSION: 2
|
||||
SCCACHE_GHA_VERSION: 3
|
||||
RUSTC_WRAPPER: "sccache"
|
||||
CCACHE: "sccache"
|
||||
CARGO_INCREMENTAL: 0
|
||||
|
|
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
|
@ -76,7 +76,7 @@ env:
|
|||
RUST_BACKTRACE: 1
|
||||
SHELL: /bin/bash
|
||||
# Increment this to purge the cache (https://github.com/mozilla/sccache/blob/main/docs/GHA.md)
|
||||
SCCACHE_GHA_VERSION: 2
|
||||
SCCACHE_GHA_VERSION: 3
|
||||
|
||||
jobs:
|
||||
# Runs the underlying job (“workload”) on a self-hosted runner if available,
|
||||
|
|
2
.github/workflows/mac.yml
vendored
2
.github/workflows/mac.yml
vendored
|
@ -53,7 +53,7 @@ env:
|
|||
RUST_BACKTRACE: 1
|
||||
SHELL: /bin/bash
|
||||
# Increment this to purge the cache (https://github.com/mozilla/sccache/blob/main/docs/GHA.md)
|
||||
SCCACHE_GHA_VERSION: 2
|
||||
SCCACHE_GHA_VERSION: 3
|
||||
SCCACHE_GHA_ENABLED: "true"
|
||||
RUSTC_WRAPPER: "sccache"
|
||||
CCACHE: "sccache"
|
||||
|
|
2
.github/workflows/ohos.yml
vendored
2
.github/workflows/ohos.yml
vendored
|
@ -26,7 +26,7 @@ env:
|
|||
RUST_BACKTRACE: 1
|
||||
SHELL: /bin/bash
|
||||
# Increment this to purge the cache (https://github.com/mozilla/sccache/blob/main/docs/GHA.md)
|
||||
SCCACHE_GHA_VERSION: 2
|
||||
SCCACHE_GHA_VERSION: 3
|
||||
SCCACHE_GHA_ENABLED: "true"
|
||||
RUSTC_WRAPPER: "sccache"
|
||||
CCACHE: "sccache"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue