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

ci: try to use rust-cache instead of github cache action #6

Merged
merged 1 commit into from
Jan 19, 2023

Conversation

chriswk
Copy link
Member

@chriswk chriswk commented Jan 19, 2023

What

Update workflows to use Swatinem/rust-cache

Why

The current cache setup doesn't cache the built artifacts causing us to have to build too much for small changes to the code. This PR is an attempt to optimise caching using rust-cache (an action optimised for caching rust-projects) rather than cache. The hope is that this will increase build speed for small changes

@chriswk chriswk requested a review from sighphyre January 19, 2023 10:49
Copy link
Member

@sighphyre sighphyre left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, holding thumbs this gives us a better build time

@chriswk chriswk merged commit 21a93f0 into main Jan 19, 2023
@chriswk chriswk deleted the task/useRustCache branch January 19, 2023 14:56
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.

2 participants