-
Notifications
You must be signed in to change notification settings - Fork 30
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
Fails when a rustc wrapper like sccache is set #55
Comments
This is because |
Yeah, looks like sccache compiler detection just doesn't work with I don't want to add ourselves as another special case. A more robust approach to this would be looking at the second argument as well, not just the first one, to determine the kind of the executable. This can be done either unconditionally, or only if I'd be grateful if someone could take care of the issue report and/or PR to sccache - I'll be rather pressed for time until the weekend. |
I'll try to make a proper fix for sccache. |
I've reported the issue to sccache: mozilla/sccache#1274 |
A PR fixing this in sccache is up: mozilla/sccache#1280 |
This is fixed in |
The fix has shipped in |
Having a rustc wrapper defined (like build caching with
RUSTC_WRAPPER=sccache
) makes build fail:The text was updated successfully, but these errors were encountered: