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

Add CI caching #621

Merged
merged 3 commits into from
May 24, 2024
Merged

Add CI caching #621

merged 3 commits into from
May 24, 2024

Conversation

tgross35
Copy link
Contributor

@tgross35 tgross35 commented May 24, 2024

Rebuilding Docker images currently takes a long time even though we don't change anything. Add cache in three places:

  • Rust dependencies and compiled
  • compiler-rt download
  • Docker image build

This saves about 30s-1m on the std targets that use Docker

@tgross35 tgross35 changed the title Add Ci caching Add CI caching May 24, 2024
@tgross35 tgross35 force-pushed the ci-caching branch 8 times, most recently from 9a71786 to 6152edc Compare May 24, 2024 19:40
@tgross35 tgross35 marked this pull request as ready for review May 24, 2024 19:52
@Amanieu Amanieu enabled auto-merge May 24, 2024 21:19
@Amanieu Amanieu merged commit c04eb9e into rust-lang:master May 24, 2024
24 checks passed
@tgross35 tgross35 deleted the ci-caching branch May 24, 2024 21:25
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.

None yet

2 participants