We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3d57428 + eb1d4de commit 308ea7fCopy full SHA for 308ea7f
run-stdarch-test.sh
@@ -36,9 +36,7 @@ esac
36
export RUSTFLAGS="${RUSTFLAGS:-} $TARGET_RUSTFLAGS -Ainternal_features"
37
38
# Make sure all tested target features are enabled
39
-export STDARCH_TEST_EVERYTHING=1
40
-# Needed to pass the STDARCH_TEST_EVERYTHING environment variable
41
-export MIRIFLAGS="${MIRIFLAGS:-} -Zmiri-disable-isolation"
+export MIRIFLAGS="${MIRIFLAGS:-} -Zmiri-env-set=STDARCH_TEST_EVERYTHING=1"
42
43
# Set library source dir
44
export MIRI_LIB_SRC=${MIRI_LIB_SRC:-$(rustc --print sysroot)/lib/rustlib/src/rust/library}
0 commit comments