Skip to content

ci: --force sccache install (warm rust-cache skips it → server job red)#59

Merged
thejefflarson merged 1 commit into
mainfrom
jef-84-sccache-force
Jun 22, 2026
Merged

ci: --force sccache install (warm rust-cache skips it → server job red)#59
thejefflarson merged 1 commit into
mainfrom
jef-84-sccache-force

Conversation

@thejefflarson

Copy link
Copy Markdown
Owner

watcher's server job went red on its 2nd run: sccache: command not found during cargo build. On a warm Swatinem/rust-cache, cargo's "already installed" metadata is restored but not the binary, so plain cargo binstall skips → sccache off PATH → RUSTC_WRAPPER=sccache fails. --force reinstalls unconditionally.

…(JEF-84)

On a warm Swatinem/rust-cache, cargo's "sccache already installed" metadata is
restored but the binary isn't, so plain `cargo binstall` skips and sccache is
missing from PATH — RUSTC_WRAPPER=sccache then fails `cargo build` with
"sccache: command not found" (server job red on the 2nd run). --force reinstalls
unconditionally.
@thejefflarson thejefflarson merged commit be71620 into main Jun 22, 2026
@thejefflarson thejefflarson deleted the jef-84-sccache-force branch June 22, 2026 21:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant