Skip to content

ci: cache Rust deps in desktop-windows-unit job - #1327

Merged
wesm merged 1 commit into
kenn-io:mainfrom
mjacobs:ci/rust-cache-desktop-windows
Aug 1, 2026
Merged

ci: cache Rust deps in desktop-windows-unit job#1327
wesm merged 1 commit into
kenn-io:mainfrom
mjacobs:ci/rust-cache-desktop-windows

Conversation

@mjacobs

@mjacobs mjacobs commented Aug 1, 2026

Copy link
Copy Markdown
Contributor

Summary

Caches Rust dependencies and build outputs for the Windows desktop unit-test
job, using desktop/src-tauri as the workspace. The first run seeds the cache;
later runs can avoid rebuilding unchanged dependencies.

Every run of the Windows desktop unit-test job pays a cold cargo fetch (~47s) plus a cold cargo test build (~132s) with nothing cached, out of a ~196s job. Swatinem/rust-cache keys the target dir and dependency cache on desktop/src-tauri/Cargo.lock, so warm runs skip most of that rebuild.

Generated with Claude Code
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
@roborev-ci

roborev-ci Bot commented Aug 1, 2026

Copy link
Copy Markdown

roborev: Combined Review (b848d59)

No issues found.


Reviewers: 2 done | Synthesis: codex | Total: 54s

@wesm
wesm merged commit 446da68 into kenn-io:main Aug 1, 2026
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants