Clippy gets rebuilt twice on every change, and rustdoc also gets rebuilt #131636
Labels
A-clippy
Area: Clippy
A-contributor-roadblock
Area: Makes things more difficult for new contributors to rust itself
C-bug
Category: This is a bug.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
Something seems wrong with the rebuild tracking for clippy in x.py, making working on clippy in the rustc repo (e.g. when fixing breakage from a rustc change) quite slow due to the multi-minute edit-compile cycle:
The last command does
That's a lot more
Compiling ...
lines than I would expect, and the entire thing takes so long (>4 minutes, which is longer than it takes my machine to build all of rustc!) to make iteration and testing painful.The most surprising part is that rustdoc gets rebuilt?!? But building clippy twice also seems like something went wrong somewhere.
The text was updated successfully, but these errors were encountered: