We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
x.py
1 parent 8c84e65 commit 8a7b5a6Copy full SHA for 8a7b5a6
CONTRIBUTING.md
@@ -149,9 +149,9 @@ cp config.toml.example config.toml
149
150
# Build a stage 2 rustc.
151
# This step can take 30 minutes or more.
152
-./x.py build compiler/rustc --stage 2
+./x.py build --stage 2 library/std
153
# If you change something, you can get a faster rebuild by doing
154
-./x.py --keep-stage 0 build compiler/rustc --stage 2
+./x.py build --keep-stage 0 --stage 2 library/std
155
# You may have to change the architecture in the next command
156
rustup toolchain link custom build/x86_64-unknown-linux-gnu/stage2
157
# Now cd to your Miri directory, then configure rustup
0 commit comments