Closed
Description
I have run cargo update -p rustc_apfloat
to link a newer apfloat into Miri. download-rustc
is set to "if-unchanged". However, it seems bootstrap doesn't consider this to "change" rustc: ./x test miri
still uses the downloaded rustc, leading to test failures since I didn't get the newer apfloat I was hoping for.
Does bootstrap somehow have the lockfile on the list of files it can ignore for download-rustc? That would not make sense, would it?
Cc @onur-ozkan