Skip to content

Commit dae575c

Browse files
committed
opt-level 3 is clean again :)
1 parent 639057e commit dae575c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

ci.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ function run_tests {
2525
./miri test --locked
2626
if ! [ -n "${MIRI_TEST_TARGET+exists}" ]; then
2727
# Only for host architecture: tests with MIR optimizations
28-
# FIXME: only testing level 2 because of <https://github.com/rust-lang/rust/issues/76432>.
29-
MIRIFLAGS="-Z mir-opt-level=2" ./miri test --locked
28+
MIRIFLAGS="-Z mir-opt-level=3" ./miri test --locked
3029
fi
3130
# "miri test" has built the sysroot for us, now this should pass without
3231
# any interactive questions.

rust-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
41507ed0d57eba71adc20a021a19b64322162f04
1+
a6008fac97f81a3fc51668b0c7fa0e2e6f2a599b

0 commit comments

Comments
 (0)