Skip to content

Commit fa34d1d

Browse files
committed
ci: temporarily disable sccache due to GitHub cache service outage
1 parent 5b8fa58 commit fa34d1d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ env:
2020
RUSTFLAGS: "-D warnings"
2121
RUST_BACKTRACE: 1
2222
CARGO_INCREMENTAL: 0
23-
SCCACHE_GHA_ENABLED: "true"
24-
RUSTC_WRAPPER: "sccache"
23+
# TEMPORARILY DISABLED: GitHub cache service outage
24+
# SCCACHE_GHA_ENABLED: "true"
25+
# RUSTC_WRAPPER: "sccache"
2526
# Override .cargo/config.toml target-cpu=native to prevent SIGILL on different runners
2627
CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_RUSTFLAGS: ""
2728

0 commit comments

Comments
 (0)