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 76
76
run : rustup toolchain install nightly --component miri && rustup default nightly
77
77
- run : cargo miri test
78
78
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
80
80
# 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
82
83
RUSTFLAGS : ${{ env.RUSTFLAGS }} -Z randomize-layout
83
84
84
85
security_audit :
You can’t perform that action at this time.
0 commit comments