Skip to content

Commit ccdda24

Browse files
committed
Update readme stage commands
1 parent eebd024 commit ccdda24

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,16 @@ These do not need to be run in any particular order.
88
# Download crates.io dependencies
99
$ buck2 uquery 'kind(crate_download, ...)' | xargs buck2 build
1010

11-
# Check standard library and rustc using bootstrap compiler in #[cfg(bootstrap)]
12-
$ buck2 build stage1:std[check]
11+
# Typecheck stage1 compiler using bootstrap compiler with #[cfg(bootstrap)]
1312
$ buck2 build stage1:rustc[check]
1413

1514
# Build and run stage1 compiler
1615
$ buck2 build stage1:rustc
1716
$ buck2 run stage1:rustc -- --version --verbose
1817

18+
# Typecheck standard library using stage1 compiler
19+
$ buck2 build stage1:std[check]
20+
1921
# Build and run stage2 compiler in #[cfg(not(bootstrap))] using stage1 compiler
2022
$ buck2 build stage2:rustc
2123
$ buck2 run stage2:rustc -- --version --verbose

0 commit comments

Comments
 (0)