Skip to content

Commit 1875c59

Browse files
committed
Auto merge of #1457 - RalfJung:rustup, r=RalfJung
rustup
2 parents 3444456 + 9d41e4c commit 1875c59

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

ci.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ function run_tests {
2323
fi
2424

2525
./miri test --locked
26-
#if ! [ -n "${MIRI_TEST_TARGET+exists}" ]; then
26+
if ! [ -n "${MIRI_TEST_TARGET+exists}" ]; then
2727
# Only for host architecture: tests with MIR optimizations
28-
# FIXME: disabled because of <https://github.com/rust-lang/rust/issues/73609>.
29-
#MIRI_TEST_FLAGS="-Z mir-opt-level=3" ./miri test --locked
30-
#fi
28+
# FIXME:only testing level 1 because of <https://github.com/rust-lang/rust/issues/73223>.
29+
MIRI_TEST_FLAGS="-Z mir-opt-level=1" ./miri test --locked
30+
fi
3131
# "miri test" has built the sysroot for us, now this should pass without
3232
# any interactive questions.
3333
${PYTHON:-python3} test-cargo-miri/run-test.py

rust-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1a4e2b6f9c75a0e21722c88a0e3b610d6ffc3ae3
1+
67100f61e62a86f2bf9e38552ee138e231eddc74

0 commit comments

Comments
 (0)