-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Open
Labels
C-bugCategory: This is a bug.Category: This is a bug.T-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
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)
Metadata
Metadata
Assignees
Labels
C-bugCategory: This is a bug.Category: This is a bug.T-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)