Closed
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