mozilla / sccache

Sccache is a ccache-like tool. It is used as a compiler wrapper and avoids compilation when possible. Sccache has the capability to utilize caching in remote storage environments, including various cloud storage options, or alternatively, in local storage.
Apache License 2.0
5.86k stars 552 forks source link

sccache v0.2.13 fails when `-Z unstable-options` are specified #889

Closed SomeoneToIgnore closed 3 years ago

SomeoneToIgnore commented 4 years ago

Minimal example:

Expected: it works too. Actual: error,

error: failed to execute compile
caused by: Compiler not supported: "error: Unrecognized option: \'E\'\n\n"
error: could not compile `test-project`
SomeoneToIgnore commented 4 years ago

Seems to work on current master

glandium commented 3 years ago

Closing per https://github.com/mozilla/sccache/issues/889#issuecomment-732821720