Skip to content

Commit

Permalink
rustup; bring back mir-opt-level 3
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Oct 7, 2020
1 parent 3e65566 commit 63a0f04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ function run_tests {
./miri test --locked
if ! [ -n "${MIRI_TEST_TARGET+exists}" ]; then
# 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=1" ./miri test --locked
MIRIFLAGS="-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.
Expand Down
2 changes: 1 addition & 1 deletion rust-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
efbaa413061c2a6e52f06f00a60ee7830fcf3ea5
c9ced8523bbb90561385aab305232f2167228a83

0 comments on commit 63a0f04

Please sign in to comment.