File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 22
33<!-- toc -->
44
5+ <div class =" warning " >
6+
7+ For ` profile = "library" ` users, or users who use ` download-rustc = true | "if-unchanged" ` , please be advised that
8+ the ` ./x test library/std ` flow where ` download-rustc ` is active (i.e. no compiler changes) is currently broken.
9+ This is tracked in < https://github.com/rust-lang/rust/issues/142505 > . Only the ` ./x test ` flow is affected in this
10+ case, ` ./x {check,build} library/std ` should still work.
11+
12+ In the short-term, you may need to disable ` download-rustc ` for ` ./x test library/std ` . This can be done either by:
13+
14+ 1 . ` ./x test library/std --set rust.download-rustc=false `
15+ 2 . Or set ` rust.download-rustc=false ` in ` bootstrap.toml ` .
16+
17+ Unfortunately that will require building the stage 1 compiler. The bootstrap team is working on this, but
18+ implementing a maintainable fix is taking some time.
19+
20+ </div >
21+
22+
523The compiler is built using a tool called ` x.py ` . You will need to
624have Python installed to run it.
725
You can’t perform that action at this time.
0 commit comments