-
Notifications
You must be signed in to change notification settings - Fork 232
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 should be caching cargo dependencies #1303
Labels
enhancement
New feature or request
Comments
Spent a few hours on this but src filtering does not seem to be an issue. In |
This dependency caching was working on my branch, but seems to still be building deps on master. I think this needs further investigation. |
5 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem
It seems that all cargo dependencies are being rebuilt on every CI run. These should be cached and rehydrated to significantly bring down the CI run times.
Proposed solution
In talking with @kobyhallx, he suggested that maybe this is due to not using "clean sources" within Nix. I believe he has experience with this and will dive in.
Alternatives considered
No response
Additional context
No response
Submission Checklist
The text was updated successfully, but these errors were encountered: