Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cache cargo dependencies in CI #327

Open
exdx opened this issue May 6, 2023 · 0 comments
Open

Cache cargo dependencies in CI #327

exdx opened this issue May 6, 2023 · 0 comments
Assignees
Labels
good first issue Good for newcomers

Comments

@exdx
Copy link
Contributor

exdx commented May 6, 2023

It's possible to optimize the Rust CI by caching the cargo home directory, or specifically certain files under .cargo, and then sharing those files between different CI jobs. This avoids the need to re-download dependencies during multiple jobs.

See https://doc.rust-lang.org/cargo/guide/cargo-home.html#caching-the-cargo-home-in-ci for more details.

This could potentially be done for all of our Rust projects. Not sure which have this implemented already.

@exdx exdx added the good first issue Good for newcomers label May 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant