-
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
I'm not sure when exactly it happens, but it reproduces roughly like this:
- Rebase my working branch on upstream/master.
- Run
./x.py test --stage 1 src/test/ui --test-args mytest, the build starts fromstage0 stdor later and succeeds. - Run
./x.py test --stage 1 src/test/ui --test-args mytestagain, should be a trivial build, but the build starts fromstage0 stdorstage1 stdagain and succeeds. - Run
./x.py test --stage 1 src/test/ui --test-args mytestagain, trivial build happens.
The target is x86_64-pc-windows-gnu.
The issue exists for several weeks, so it's a regression.
cc @Mark-Simulacrum
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)