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 08ea7b6 commit 4e96490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/miri.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ 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 4e96490

Please sign in to comment.