File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments