Skip to content

Commit 4d767e1

Browse files
committed
MIRI_SYSROOT is no longer needed for development agains a locally built rustc
1 parent f044205 commit 4d767e1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,6 @@ cp config.toml.example config.toml
133133
rustup toolchain link custom build/x86_64-unknown-linux-gnu/stage2
134134
# Now cd to your Miri directory, then configure rustup
135135
rustup override set custom
136-
# We also need to tell Miri where to find its sysroot. Since we set
137-
# `test-miri` above, we can just use rustc' sysroot.
138-
export MIRI_SYSROOT=$(rustc --print sysroot)
139136
```
140137

141138
With this, you should now have a working development setup! See

0 commit comments

Comments
 (0)