Skip to content

ci: cache Rust builds with rust-cache (fleet standard) - #2

Merged
h4x0r merged 3 commits into
mainfrom
ci/rust-cache
Jul 27, 2026
Merged

ci: cache Rust builds with rust-cache (fleet standard)#2
h4x0r merged 3 commits into
mainfrom
ci/rust-cache

Conversation

@h4x0r

@h4x0r h4x0r commented Jul 26, 2026

Copy link
Copy Markdown
Contributor

Adds Swatinem/rust-cache to every Rust-compiling CI job, bringing this repo in line with the fleet CI-caching standard (issen + 67 fleet repos already use it).

Caches ~/.cargo + target/ across runs, auto-keyed per OS/arch + Cargo.lock. Inserted immediately after the dtolnay/rust-toolchain step in each compiling job; metadata-only jobs (cargo-deny/cargo-vet/gitleaks/advisories, docs) are untouched.

🤖 Generated with Claude Code

h4x0r and others added 3 commits July 27, 2026 07:40
Brings the repo in line with the fleet CI-caching standard: caches
~/.cargo + target/ across runs, auto-keyed per OS/arch + Cargo.lock.
Added to every Rust-compiling job (test/msrv/lean-build/coverage in
ci.yml and the fuzz job); metadata-only jobs (deny/vet/gitleaks) and
the cargo-update-only freshness job are unaffected.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
The freshness gate (cargo update --locked) was red because the committed lock
lagged behind published patch/minor versions (clap, futures, proc-macro2,
thiserror, uuid, ...). Refresh to current; build verified. Unblocks the
rust-cache PR's CI (freshness leg was the only red).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@h4x0r
h4x0r merged commit 93f6b7a into main Jul 27, 2026
12 of 13 checks passed
@h4x0r
h4x0r deleted the ci/rust-cache branch August 9, 2026 15:28
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