-
Notifications
You must be signed in to change notification settings - Fork 13.6k
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
I noticed that 2 subsequent x.py check
runs would recheck a bunch of tools even with no code change in between :/
repro:
inside git repo, run
RUSTFLAGS="" RUSTC_WRAPPER="" ./x.py check
RUSTFLAGS="" RUSTC_WRAPPER="" ./x.py check
the second run will not finish immediately but recheck some stuff for some reason.
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)