-
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'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 std
or later and succeeds. - Run
./x.py test --stage 1 src/test/ui --test-args mytest
again, should be a trivial build, but the build starts fromstage0 std
orstage1 std
again and succeeds. - Run
./x.py test --stage 1 src/test/ui --test-args mytest
again, 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)