b389b0a
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)
b389b0a
It seems that when doing a
x.py buildorcheck,RUSTC_WRAPPERis no longer used, so all calls go directly torustcand notsccache rustcwhich 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)