Closed
Description
The currently shipped Miri is broken, it fails to detect its sysroot because RUST_SYSROOT
was not set at build time:
thread 'main' panicked at 'could not find sysroot. Either set `MIRI_SYSROOT` at run-time, or at build-time specify `RUST_SYSROOT` env var or use rustup or multirust', src/libcore/option.rs:1034:5
@oli-obk I thought bootstrap takes care of providing the env vars for that?