With the latest master, when I run a run-make test twice in a row, bootstrap rebuilds lld-wrapper and rustdoc:
./x test tests/run-make/CURRENT_RUSTC_VERSION/
./x test tests/run-make/CURRENT_RUSTC_VERSION/
<lld-wrapper + rustdoc rebuilt>
This has to be a recent regression, it didn't happen until ~yesterday. Confirmed with @jieyouxu that it also happens for them.
With the latest
master, when I run a run-make test twice in a row, bootstrap rebuildslld-wrapperandrustdoc:This has to be a recent regression, it didn't happen until ~yesterday. Confirmed with @jieyouxu that it also happens for them.