Skip to content

Commit

Permalink
MIRI_SYSROOT is no longer needed for development agains a locally bui…
Browse files Browse the repository at this point in the history
…lt rustc
  • Loading branch information
RalfJung committed Dec 10, 2018
1 parent f044205 commit 4d767e1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,6 @@ cp config.toml.example config.toml
rustup toolchain link custom build/x86_64-unknown-linux-gnu/stage2
# Now cd to your Miri directory, then configure rustup
rustup override set custom
# We also need to tell Miri where to find its sysroot. Since we set
# `test-miri` above, we can just use rustc' sysroot.
export MIRI_SYSROOT=$(rustc --print sysroot)
```

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

0 comments on commit 4d767e1

Please sign in to comment.