-
Notifications
You must be signed in to change notification settings - Fork 553
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
sccache makes cargo always rebuild dependencies #457
Comments
@apiraino, If you are using *nix, can you provide result of |
@theduke confirmed that installing from master branch delivers a fixed version 👍 And, yes, a release would be highly appreciated. Feel free to close this issue if it's not useful anymore. @lzutao I can consistently reproduce the issue with the 0.2.8 installed with
By the way, updating from 0.2.8 > 0.2.9 seems to break the cache: I need to delete all cache before running these two versions. |
Okay then. You could close this issue. None of us has right (permission) to close it (Except owner and collaborators). |
Dupe of #436 |
@chmanchester , are you up for attempting to walk through the release process?
@apiraino Can you file a bug on this? Even better if you can bisect it down to the offending commit. |
Sure, I'll take a look. I was hoping to get the |
I'm not familiar with the codebase but I'll gladly give a try 👍 |
Basic Information
sccache version: 0.2.8, tried also v0.2.9.alpha-0 commit 9e5df99
OS: Linux 5.0.0-17-generic #18-Ubuntu SMP x86_64 x86_64 x86_64 GNU/Linux
cargo version; 1.37.0-nightly (545f35425 2019-05-23)
rustc version: 1.37.0-nightly (4edff843d 2019-06-16)
How to reproduce
Logs
CARGO_LOG=trace cargo build &> log.log
log.log.gz
(Notice all those
fingerprint error
)The text was updated successfully, but these errors were encountered: