-
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
sccache does not realise that a rust compiler version has been changed by rustup #856
Comments
is this compiler detection by any chance the cause of the following error with
not sure what has happened but somehow a CI image rebuild has broken sccache everywhere for us. |
@ryankurte I've never seen an error message before, please open a separate issue, it seems unrelated. |
I'm going to close this issue as the problem is fixed on master. The remaining part is for the fix to make it to a release, which I'm going to cut before the end of year. |
Specifically if doing
rustup update nightly
. This is probably because the path remains the same, andAn easy fix would just be to perform a single check of the mtime of some part of Rust every time when invoking the Rust compiler (being cautious that we're not checking the rustup wrapper binary).
The text was updated successfully, but these errors were encountered: