-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
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
If I run x doc unstable-book
with a clean ./build
directory, it seems to work fine.
But if I then edit or create files in ./src/doc/unstable-book
, and then re-run x doc unstable-book
, the command appears to succeed, but doesn't actually re-generate the book. Any edits to the book after the first build do not appear in the output.
As a workaround, I have to do rm -r build/aarch64-apple-darwin/doc/unstable-book/
to force the book to actually rebuild.
@rustbot label +T-bootstrap
Metadata
Metadata
Assignees
Labels
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)