We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b8fa58 commit fa34d1dCopy full SHA for fa34d1d
.github/workflows/ci.yml
@@ -20,8 +20,9 @@ env:
20
RUSTFLAGS: "-D warnings"
21
RUST_BACKTRACE: 1
22
CARGO_INCREMENTAL: 0
23
- SCCACHE_GHA_ENABLED: "true"
24
- RUSTC_WRAPPER: "sccache"
+ # TEMPORARILY DISABLED: GitHub cache service outage
+ # SCCACHE_GHA_ENABLED: "true"
25
+ # RUSTC_WRAPPER: "sccache"
26
# Override .cargo/config.toml target-cpu=native to prevent SIGILL on different runners
27
CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_RUSTFLAGS: ""
28
0 commit comments