Skip to content

Commit

Permalink
try -Zmiri-disable-isolation and -Zmiri-ignore-leaks
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Oct 9, 2020
1 parent bb2a864 commit f34db4b
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 -Zmiri-ignore-leaks
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 -Zmiri-ignore-leaks
fi
2 changes: 1 addition & 1 deletion ci/crossbeam-utils.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
./../ci/miri.sh -- -Zmiri-disable-isolation
fi

0 comments on commit f34db4b

Please sign in to comment.