-
-
Notifications
You must be signed in to change notification settings - Fork 16.1k
rustbuild: cargo keeps being rebuilt #74016
Copy link
Copy link
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
Activity
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)
When running
./x.py buildtwo times in a row, thecargo(bin)target as well as rls will be built again for the secondx.py buildeven if no sources were touched.