File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 93
93
# https://github.com/rust-lang/miri#miri--z-flags-and-environment-variables
94
94
# -Zmiri-disable-isolation is needed because our executor uses `fastrand` which accesses system time.
95
95
# -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.
97
96
# -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
99
98
100
99
check-compiles :
101
100
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments