Files
enricobuehler a4ffb2af50
apple / swift (pull_request) Skipped
apple / distribute (pull_request) Skipped
apple / screenshots (pull_request) Skipped
ci / bun-nix (pull_request) Successful in 29s
ci / docs-drift (pull_request) Successful in 46s
ci / web (pull_request) Successful in 1m49s
ci / rust-arm64 (pull_request) Failing after 1m53s
ci / docs-site (pull_request) Successful in 1m49s
ci / rust (pull_request) Failing after 2m35s
android / android (pull_request) Successful in 9m6s
fix(ci): shim sccache on PATH instead of overwriting the binary
A failed probe replaced the installed sccache in place. The macOS
runner is a persistent host, so the replacement outlived the job:
every later job on that machine compiled uncached until someone
reinstalled sccache.

--start-server also fails when a previous job's server is still
alive, reading a healthy cache as broken storage. --show-stats
reaches a running server or starts one, so it fails only when
storage is actually unusable.

The shim lives in RUNNER_TEMP, prepended via GITHUB_PATH, so it
dies with the job.
2026-08-31 19:24:28 +02:00
..