Skip to content

Commit eed6843

Browse files
committed
remove disable-weak-memory-emulation (#5469)
# Objective - Fixes #5164 - Remove `miri-disable-weak-memory-emulation` - Issue has been fixed in dependency
1 parent c6a41cd commit eed6843

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
@@ -93,9 +93,8 @@ jobs:
9393
# https://github.com/rust-lang/miri#miri--z-flags-and-environment-variables
9494
# -Zmiri-disable-isolation is needed because our executor uses `fastrand` which accesses system time.
9595
# -Zmiri-permissive-provenance disables warnings against int2ptr casts (since those are used by once_cell)
96-
# -Zmiri-disable-weak-memory-emulation works around https://github.com/bevyengine/bevy/issues/5164.
9796
# -Zmiri-ignore-leaks is necessary because a bunch of tests don't join all threads before finishing.
98-
MIRIFLAGS: -Zmiri-ignore-leaks -Zmiri-disable-isolation -Zmiri-permissive-provenance -Zmiri-disable-weak-memory-emulation
97+
MIRIFLAGS: -Zmiri-ignore-leaks -Zmiri-disable-isolation -Zmiri-permissive-provenance
9998

10099
check-compiles:
101100
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)