We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6a41cd commit eed6843Copy full SHA for eed6843
.github/workflows/ci.yml
@@ -93,9 +93,8 @@ jobs:
93
# https://github.com/rust-lang/miri#miri--z-flags-and-environment-variables
94
# -Zmiri-disable-isolation is needed because our executor uses `fastrand` which accesses system time.
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
# -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
+ MIRIFLAGS: -Zmiri-ignore-leaks -Zmiri-disable-isolation -Zmiri-permissive-provenance
99
100
check-compiles:
101
runs-on: ubuntu-latest
0 commit comments