-
Notifications
You must be signed in to change notification settings - Fork 14k
Closed
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
repo @ edc0258
running
./x.py build
./x.py check
invalidates the build cache for the rustc_llvm crate.
This means that after
./x.py build
./x.py check
./x.py build
the last x.py build will have to rebuild rustc_llvm, rustc_codegen_llvm, rustc_interface, rustc_driver and rustc-main which is less than optional given no code was changed.
jonas-schievink and jyn514
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)