@@ -411,17 +411,17 @@ you can tell the bootstrap shim to print all env variables by adding `-vvv` to y
411411
412412This is an incomplete reference for the outputs generated by bootstrap:
413413
414- | Stage 0 Action | Output |
415- | -----------------------------------------------------------| ----------------------------------------------|
416- | ` beta ` extracted | ` build/HOST/stage0 ` |
417- | ` stage0 ` builds ` bootstrap ` | ` build/bootstrap ` |
418- | ` stage0 ` builds ` test ` /` std ` | ` build/HOST/stage0-std/TARGET ` |
419- | copy ` stage0-std ` (HOST only) | ` build/HOST/stage0-sysroot/lib/rustlib/HOST ` |
420- | ` stage0 ` builds ` rustc ` with ` stage0-sysroot ` | ` build/HOST/stage0-rustc/HOST ` |
421- | copy ` stage0-rustc ` (except executable) | ` build/HOST/stage0-sysroot/lib/rustlib/HOST ` |
422- | build ` llvm ` | ` build/HOST/llvm ` |
423- | ` stage0 ` builds ` codegen ` with ` stage0-sysroot ` | ` build/HOST/stage0-codegen/HOST ` |
424- | ` stage0 ` builds ` rustdoc ` , ` clippy ` , ` miri ` , with ` stage0-sysroot ` | ` build/HOST/stage0-tools/HOST ` |
414+ | Stage 0 Action | Output |
415+ | ------------------------------------------------------------------ | -------------------------------------------- |
416+ | ` beta ` extracted | ` build/HOST/stage0 ` |
417+ | ` stage0 ` builds ` bootstrap ` | ` build/bootstrap ` |
418+ | ` stage0 ` builds ` test ` /` std ` | ` build/HOST/stage0-std/TARGET ` |
419+ | copy ` stage0-std ` (HOST only) | ` build/HOST/stage0-sysroot/lib/rustlib/HOST ` |
420+ | ` stage0 ` builds ` rustc ` with ` stage0-sysroot ` | ` build/HOST/stage0-rustc/HOST ` |
421+ | copy ` stage0-rustc ` (except executable) | ` build/HOST/stage0-sysroot/lib/rustlib/HOST ` |
422+ | build ` llvm ` | ` build/HOST/llvm ` |
423+ | ` stage0 ` builds ` codegen ` with ` stage0-sysroot ` | ` build/HOST/stage0-codegen/HOST ` |
424+ | ` stage0 ` builds ` rustdoc ` , ` clippy ` , ` miri ` , with ` stage0-sysroot ` | ` build/HOST/stage0-tools/HOST ` |
425425
426426` --stage=0 ` stops here.
427427
@@ -457,15 +457,15 @@ When you execute `x.py build --dry-run` command, the build output will be someth
457457like the following:
458458
459459``` text
460- Building stage0 library artifacts (aarch64 -unknown-linux-gnu -> aarch64 -unknown-linux-gnu)
461- Copying stage0 library from stage0 (aarch64 -unknown-linux-gnu -> aarch64 -unknown-linux-gnu / aarch64 -unknown-linux-gnu)
462- Building stage0 compiler artifacts (aarch64 -unknown-linux-gnu -> aarch64 -unknown-linux-gnu)
463- Copying stage0 rustc from stage0 (aarch64 -unknown-linux-gnu -> aarch64 -unknown-linux-gnu / aarch64 -unknown-linux-gnu)
464- Assembling stage1 compiler (aarch64 -unknown-linux-gnu)
465- Building stage1 library artifacts (aarch64 -unknown-linux-gnu -> aarch64 -unknown-linux-gnu)
466- Copying stage1 library from stage1 (aarch64 -unknown-linux-gnu -> aarch64 -unknown-linux-gnu / aarch64 -unknown-linux-gnu)
467- Building stage1 tool rust-analyzer-proc-macro-srv (aarch64 -unknown-linux-gnu)
468- Building rustdoc for stage1 (aarch64 -unknown-linux-gnu)
460+ Building stage0 library artifacts (x86_64 -unknown-linux-gnu -> x86_64 -unknown-linux-gnu)
461+ Copying stage0 library from stage0 (x86_64 -unknown-linux-gnu -> x86_64 -unknown-linux-gnu / x86_64 -unknown-linux-gnu)
462+ Building stage0 compiler artifacts (x86_64 -unknown-linux-gnu -> x86_64 -unknown-linux-gnu)
463+ Copying stage0 rustc from stage0 (x86_64 -unknown-linux-gnu -> x86_64 -unknown-linux-gnu / x86_64 -unknown-linux-gnu)
464+ Assembling stage1 compiler (x86_64 -unknown-linux-gnu)
465+ Building stage1 library artifacts (x86_64 -unknown-linux-gnu -> x86_64 -unknown-linux-gnu)
466+ Copying stage1 library from stage1 (x86_64 -unknown-linux-gnu -> x86_64 -unknown-linux-gnu / x86_64 -unknown-linux-gnu)
467+ Building stage1 tool rust-analyzer-proc-macro-srv (x86_64 -unknown-linux-gnu)
468+ Building rustdoc for stage1 (x86_64 -unknown-linux-gnu)
469469```
470470
471471#### Building stage0 {std,test,compiler} artifacts
0 commit comments