bootstrap: sccache has no effect / RUSTC_WRAPPER not used? #128633
Labels
C-bug
Category: This is a bug.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
b389b0a
It seems that when doing a
x.py build
orcheck
,RUSTC_WRAPPER
is no longer used, so all calls go directly torustc
and notsccache 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)
The text was updated successfully, but these errors were encountered: