rustup; stop testing with mir opts as they are currently broken

This commit is contained in:
Ralf Jung 2020-06-22 11:38:34 +02:00
parent 2e5a0dc172
commit 4788f775f8
2 changed files with 5 additions and 4 deletions

7
ci.sh
View File

@ -23,10 +23,11 @@ function run_tests {
fi
./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
MIRI_TEST_FLAGS="-Z mir-opt-level=3" ./miri test --locked
fi
# FIXME: disabled because of <https://github.com/rust-lang/rust/issues/73609>.
#MIRI_TEST_FLAGS="-Z mir-opt-level=3" ./miri test --locked
#fi
# "miri test" has built the sysroot for us, now this should pass without
# any interactive questions.
${PYTHON:-python3} test-cargo-miri/run-test.py

View File

@ -1 +1 @@
033013cab3a861224fd55f494c8be1cb0349eb49
1a4e2b6f9c75a0e21722c88a0e3b610d6ffc3ae3