aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMukilan Thiyagarajan <mukilan@igalia.com>2024-12-18 10:37:55 +0530
committerGitHub <noreply@github.com>2024-12-18 05:07:55 +0000
commitd54b68bc96eab9d90b2d9d9f42bde33d33123cfd (patch)
treec3b31e4eff5f5d61d57578b6ed3ca816f4504e0d
parent3d94f32cfc5d14d4f349e5b757be18ff6f2a9150 (diff)
downloadservo-d54b68bc96eab9d90b2d9d9f42bde33d33123cfd.tar.gz
servo-d54b68bc96eab9d90b2d9d9f42bde33d33123cfd.zip
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>
-rw-r--r--.github/workflows/android.yml2
-rw-r--r--.github/workflows/lint.yml2
-rw-r--r--.github/workflows/linux.yml2
-rw-r--r--.github/workflows/mac.yml2
-rw-r--r--.github/workflows/ohos.yml2
5 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml
index 2cfaf5745c6..d8436802a28 100644
--- a/.github/workflows/android.yml
+++ b/.github/workflows/android.yml
@@ -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:
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 59a5d8fe615..ae3b10b7d75 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -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
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index b1bfe234514..1b458c7f280 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -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,
diff --git a/.github/workflows/mac.yml b/.github/workflows/mac.yml
index 05882721657..25f19276cd7 100644
--- a/.github/workflows/mac.yml
+++ b/.github/workflows/mac.yml
@@ -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"
diff --git a/.github/workflows/ohos.yml b/.github/workflows/ohos.yml
index 0a64c5d8f64..3b992ad12b6 100644
--- a/.github/workflows/ohos.yml
+++ b/.github/workflows/ohos.yml
@@ -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"