rustup; stop testing with mir opts as they are currently broken
This commit is contained in:
parent
2e5a0dc172
commit
4788f775f8
7
ci.sh
7
ci.sh
@ -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
|
||||
|
@ -1 +1 @@
|
||||
033013cab3a861224fd55f494c8be1cb0349eb49
|
||||
1a4e2b6f9c75a0e21722c88a0e3b610d6ffc3ae3
|
||||
|
Loading…
x
Reference in New Issue
Block a user