Skip to content

Commit

Permalink
try -Zmiri-disable-isolation
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Oct 9, 2020
1 parent bb2a864 commit df3d7ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ci/crossbeam-epoch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ if [[ "$RUST_VERSION" == "nightly"* ]]; then
--example sanitize
fi

./../ci/miri.sh -- -Zmiri-disable-stacked-borrows
./../ci/miri.sh -Zmiri-disable-stacked-borrows
fi
2 changes: 1 addition & 1 deletion ci/crossbeam-skiplist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ if [[ "$RUST_VERSION" == "nightly"* ]]; then

RUSTDOCFLAGS=-Dwarnings cargo doc --no-deps --all-features

# ./../ci/miri.sh -- -Zmiri-disable-stacked-borrows
# ./../ci/miri.sh -Zmiri-disable-stacked-borrows
fi
2 changes: 1 addition & 1 deletion ci/miri.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ rustup update "$MIRI_NIGHTLY"
rustup default "$MIRI_NIGHTLY"
rustup component add miri

cargo miri test "${@}"
cargo miri test -- -Zmiri-disable-isolation "${@}"

0 comments on commit df3d7ff

Please sign in to comment.