Open
Description
It seems that when doing a x.py build
or check
, RUSTC_WRAPPER
is no longer used, so all calls go directly to rustc
and not sccache rustc
which would allow caching through sccache?
When building rustc, I could see that the sccache was neither utilized (no cache hits) nor fed with new artifacts (no cache misses)