Skip to content

Commit 0f15490

Browse files
committed
Remove -Zmiri-disable-weak-memory-emulation
The problem that event-listener and concurrent-queue use x86-specific fence that Miri does not understand has been fixed.
1 parent ab4362f commit 0f15490

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,7 @@ jobs:
7676
- run: cargo miri test
7777
env:
7878
# -Zmiri-ignore-leaks is needed because we use detached threads in doctests
79-
# TODO: remove -Zmiri-disable-weak-memory-emulation
80-
MIRIFLAGS: -Zmiri-strict-provenance -Zmiri-symbolic-alignment-check -Zmiri-disable-isolation -Zmiri-disable-weak-memory-emulation -Zmiri-ignore-leaks
79+
MIRIFLAGS: -Zmiri-strict-provenance -Zmiri-symbolic-alignment-check -Zmiri-disable-isolation -Zmiri-ignore-leaks
8180
RUSTFLAGS: ${{ env.RUSTFLAGS }} -Z randomize-layout
8281

8382
security_audit:

0 commit comments

Comments
 (0)