We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 60c1075 + 808032a commit 95f0ad1Copy full SHA for 95f0ad1
ci.sh
@@ -25,7 +25,8 @@ function run_tests {
25
./miri test --locked
26
if ! [ -n "${MIRI_TEST_TARGET+exists}" ]; then
27
# Only for host architecture: tests with MIR optimizations
28
- MIRIFLAGS="-Z mir-opt-level=3" ./miri test --locked
+ #FIXME: Only testing opt level 1 due to <https://github.com/rust-lang/rust/issues/77564>.
29
+ MIRIFLAGS="-Z mir-opt-level=1" ./miri test --locked
30
fi
31
# "miri test" has built the sysroot for us, now this should pass without
32
# any interactive questions.
rust-version
@@ -1 +1 @@
1
-a835b483fe0418b48ca44afb65cd0dd6bad4eb9b
+efbaa413061c2a6e52f06f00a60ee7830fcf3ea5
0 commit comments