Skip to content

Commit 0d17cd7

Browse files
committed
Stage 2 seems to be required after all
1 parent 4f1fca7 commit 0d17cd7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,11 +148,11 @@ cd rustc
148148
./x.py setup compiler
149149
# Now edit `config.toml` and under `[rust]` set `debug-assertions = true`.
150150

151-
# Build a stage 1 rustc, and build the rustc libraries with that rustc.
151+
# Build a stage 2 rustc, and build the rustc libraries with that rustc.
152152
# This step can take 30 minutes or more.
153-
./x.py build --stage 1 compiler/rustc
153+
./x.py build --stage 2 compiler/rustc
154154
# If you change something, you can get a faster rebuild by doing
155-
./x.py build --keep-stage 0 --stage 1 compiler/rustc
155+
./x.py build --keep-stage 0 --stage 2 compiler/rustc
156156
# You may have to change the architecture in the next command
157157
rustup toolchain link stage1 build/x86_64-unknown-linux-gnu/stage1
158158
# Now cd to your Miri directory, then configure rustup

0 commit comments

Comments
 (0)