File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 7676 run : rustup toolchain install nightly --component miri && rustup default nightly
7777 - run : cargo miri test
7878 env :
79- # -Zmiri-ignore-leaks is needed because we use detached threads in doctests
79+ # -Zmiri-ignore-leaks is needed because we use detached threads in doctests: https://github.com/rust-lang/miri/issues/1371
8080 # disable preemption due to https://github.com/rust-lang/rust/issues/55005
81- MIRIFLAGS : -Zmiri-strict-provenance -Zmiri-symbolic-alignment-check -Zmiri-disable-isolation -Zmiri-ignore-leaks -Zmiri-preemption-rate=0
81+ # TODO: enable -Zmiri-strict-provenance once https://github.com/matklad/once_cell/pull/185 merged and released.
82+ MIRIFLAGS : -Zmiri-symbolic-alignment-check -Zmiri-disable-isolation -Zmiri-ignore-leaks -Zmiri-preemption-rate=0
8283 RUSTFLAGS : ${{ env.RUSTFLAGS }} -Z randomize-layout
8384
8485 security_audit :
You can’t perform that action at this time.
0 commit comments