]> git.lizzy.rs Git - rust.git/blobdiff - ci.sh
Auto merge of #1565 - RalfJung:rustup, r=RalfJung
[rust.git] / ci.sh
diff --git a/ci.sh b/ci.sh
index 915a4cf2fd3d157f56dde69ebdc45953e0dc5871..56a6f1228ab597941e1c8f0aff0b912cfdb5ab49 100755 (executable)
--- a/ci.sh
+++ b/ci.sh
@@ -25,8 +25,7 @@ function run_tests {
   ./miri test --locked
   if ! [ -n "${MIRI_TEST_TARGET+exists}" ]; then
     # Only for host architecture: tests with MIR optimizations
-    # FIXME: only testing level 2 because of <https://github.com/rust-lang/rust/issues/76432>.
-    MIRI_TEST_FLAGS="-Z mir-opt-level=2" ./miri test --locked
+    MIRIFLAGS="-Z mir-opt-level=3" ./miri test --locked
   fi
   # "miri test" has built the sysroot for us, now this should pass without
   # any interactive questions.