rustup; bring back mir-opt-level 3

This commit is contained in:
Ralf Jung 2020-10-07 09:05:18 +02:00
parent 3e655665b7
commit 63a0f04ed0
2 changed files with 2 additions and 3 deletions

3
ci.sh
View File

@ -25,8 +25,7 @@ function run_tests {
./miri test --locked ./miri test --locked
if ! [ -n "${MIRI_TEST_TARGET+exists}" ]; then if ! [ -n "${MIRI_TEST_TARGET+exists}" ]; then
# Only for host architecture: tests with MIR optimizations # Only for host architecture: tests with MIR optimizations
#FIXME: Only testing opt level 1 due to <https://github.com/rust-lang/rust/issues/77564>. MIRIFLAGS="-Z mir-opt-level=3" ./miri test --locked
MIRIFLAGS="-Z mir-opt-level=1" ./miri test --locked
fi fi
# "miri test" has built the sysroot for us, now this should pass without # "miri test" has built the sysroot for us, now this should pass without
# any interactive questions. # any interactive questions.

View File

@ -1 +1 @@
efbaa413061c2a6e52f06f00a60ee7830fcf3ea5 c9ced8523bbb90561385aab305232f2167228a83