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

Re-use cached artifacts from other builds #19

Closed
rbalicki2 opened this issue Feb 15, 2024 · 0 comments · Fixed by #296
Closed

Re-use cached artifacts from other builds #19

rbalicki2 opened this issue Feb 15, 2024 · 0 comments · Fixed by #296
Labels
good first issue Good for newcomers

Comments

@rbalicki2
Copy link
Collaborator

  • Right now, if you don't modify any Rust code, we still rebuild the compiler binary from scratch for all platforms. This can take up to 5 minutes.
  • It would be nice to e.g. get a hash of the crates folder (and maybe others?) and re-use uploaded artifacts from previous builds, if the hash matches.
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
1 participant