Skip to content

Commit ad78eff

Browse files
committed
dont run optimized MIR for now, it is broken
1 parent 5f3ef89 commit ad78eff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ function run_tests {
4343
# optimizations up all the way, too).
4444
# Optimizations change diagnostics (mostly backtraces), so we don't check
4545
# them. Also error locations change so we don't run the failing tests.
46-
MIRIFLAGS="${MIRIFLAGS:-} -O -Zmir-opt-level=4" MIRI_SKIP_UI_CHECKS=1 ./miri test -- tests/{pass,panic}
46+
#FIXME: temporarily disabled due to <https://github.com/rust-lang/rust/issues/107511>.
47+
#MIRIFLAGS="${MIRIFLAGS:-} -O -Zmir-opt-level=4" MIRI_SKIP_UI_CHECKS=1 ./miri test -- tests/{pass,panic}
4748

4849
# Also run some many-seeds tests. 64 seeds means this takes around a minute per test.
4950
for FILE in tests/many-seeds/*.rs; do

0 commit comments

Comments
 (0)