Skip to content

Commit

Permalink
ci: Update miri flags
Browse files Browse the repository at this point in the history
Remove flags that are now used by default by miri.
  • Loading branch information
bluss committed Apr 30, 2023
1 parent e84562d commit 84c0baa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ci/miri.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ rustup component add miri
cargo miri setup

# Disable isolation for num_cpus::get_physical.
# Also add flags for additional checks.
MIRIFLAGS="-Zmiri-disable-isolation -Zmiri-tag-raw-pointers -Zmiri-check-number-validity" \
MIRIFLAGS="-Zmiri-disable-isolation" \
MMTEST_FAST_TEST=1 \
cargo miri test "$@"

0 comments on commit 84c0baa

Please sign in to comment.