Skip to content

Commit

Permalink
Remove -Zmiri-disable-weak-memory-emulation
Browse files Browse the repository at this point in the history
The problem that event-listener and concurrent-queue use x86-specific
fence that Miri does not understand has been fixed.
  • Loading branch information
taiki-e committed Jul 27, 2022
1 parent ab4362f commit 0f15490
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Expand Up @@ -76,8 +76,7 @@ jobs:
- run: cargo miri test
env:
# -Zmiri-ignore-leaks is needed because we use detached threads in doctests
# TODO: remove -Zmiri-disable-weak-memory-emulation
MIRIFLAGS: -Zmiri-strict-provenance -Zmiri-symbolic-alignment-check -Zmiri-disable-isolation -Zmiri-disable-weak-memory-emulation -Zmiri-ignore-leaks
MIRIFLAGS: -Zmiri-strict-provenance -Zmiri-symbolic-alignment-check -Zmiri-disable-isolation -Zmiri-ignore-leaks
RUSTFLAGS: ${{ env.RUSTFLAGS }} -Z randomize-layout

security_audit:
Expand Down

0 comments on commit 0f15490

Please sign in to comment.