Skip to content

Commit c765eff

Browse files
committed
Auto merge of #1737 - rust-lang:oli-obk-patch-1, r=oli-obk
mir-opt-level 4 is the new 3 cc rust-lang/rust#82736
2 parents 413e341 + 38da1fa commit c765eff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function run_tests {
2424
if [ -z "${MIRI_TEST_TARGET+exists}" ]; then
2525
# Only for host architecture: tests with optimizations (`-O` is what cargo passes, but crank MIR
2626
# optimizations up all the way).
27-
MIRIFLAGS="-O -Zmir-opt-level=3" ./miri test --locked
27+
MIRIFLAGS="-O -Zmir-opt-level=4" ./miri test --locked
2828
fi
2929

3030
# On Windows, there is always "python", not "python3" or "python2".

0 commit comments

Comments
 (0)