Skip to content

Commit

Permalink
bootstrap now creates a usable toolchain when building stage0 std
Browse files Browse the repository at this point in the history
  • Loading branch information
the8472 committed Feb 19, 2023
1 parent 99b6b92 commit 1efd0ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/building/how-to-build-and-run.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ you will likely need to build at some point; for example, if you want
to run the entire test suite).

```bash
rustup toolchain link stage0 build/host/stage0-sysroot # beta compiler + stage0 std
rustup toolchain link stage1 build/host/stage1
rustup toolchain link stage2 build/host/stage2
```
Expand Down

0 comments on commit 1efd0ad

Please sign in to comment.