Open asajeffrey opened 5 years ago
That makes it look like the issue is somewhere between the build machine and cargo. The command line quoted there is the invocation of sccache
itself -- I don't think there would be anything interesting happening between cargo and sccache before that point.
Hmm, could be that this is a cargo issue. Sigh, software has so many moving parts!
Over in Servo, we've been having intermittent build issues which go away if we disable sccache: https://github.com/servo/servo/issues/23428.
The problem appears to be that there's a conditional build dependency on one of our crates:
but if we run with sccache on MacOS, we get:
Note that the rustc command line doesn't include
so for some reason it looks like cargo / scache isn't passing a conditional build dependency?