-
Notifications
You must be signed in to change notification settings - Fork 552
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 support for caching Rust crate compilation #42
Comments
I've got a pretty good start on this: https://github.com/luser/sccache/commits/rust-support |
I pushed some more changes to the rust-support branch and everything seems to be working for caching Rust compilation! You can try it out by building sccache from that branch, then you can either write a wrapper script that invokes |
I did some testing this morning, and I was not impressed with the speed of an sccache-wrapped build. I put in some more timing in the server logs and found that the bulk of the time is spent running @eddyb, after looking at the |
With nightly rustc containing @alexcrichton's fix to exit quickly for
|
@luser I tried
|
@Dushistov thanks for the info! I'll try that out locally and see if I can reproduce. |
This was fixed by merging 8605d60 et. al. |
I outlined a plan for this in a cargo issue.
The big items here are:
The text was updated successfully, but these errors were encountered: