Skip to content

Commit 7350fbf

Browse files
authored
Merge pull request #854 from RalfJung/miri
fix miri sysroot location
2 parents 5f7b667 + 5424a81 commit 7350fbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/miri/cargo-miri-playground

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
set -eu
44

5-
export MIRI_SYSROOT=~/.cache/miri/HOST
5+
export MIRI_SYSROOT=~/.cache/miri
66
export MIRIFLAGS="-Zmiri-disable-isolation"
77
exec cargo miri run

0 commit comments

Comments
 (0)