Skip to content

Commit

Permalink
Revert "Temporarily disable Miri weak memory emulation"
Browse files Browse the repository at this point in the history
This reverts commit 545b5ab.
  • Loading branch information
taiki-e committed Jun 23, 2022
1 parent f943443 commit 8a886c2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,7 @@ jobs:
env:
# -Zmiri-ignore-leaks is needed because we use detached threads in doctests
# disable preemption due to https://github.com/rust-lang/rust/issues/55005
# TODO: remove -Zmiri-disable-weak-memory-emulation once https://github.com/rust-lang/miri/issues/2223 fixed.
MIRIFLAGS: -Zmiri-strict-provenance -Zmiri-symbolic-alignment-check -Zmiri-disable-isolation -Zmiri-disable-weak-memory-emulation -Zmiri-ignore-leaks -Zmiri-preemption-rate=0
MIRIFLAGS: -Zmiri-strict-provenance -Zmiri-symbolic-alignment-check -Zmiri-disable-isolation -Zmiri-ignore-leaks -Zmiri-preemption-rate=0
RUSTFLAGS: ${{ env.RUSTFLAGS }} -Z randomize-layout

security_audit:
Expand Down

0 comments on commit 8a886c2

Please sign in to comment.