File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 56
56
# These are the most OS-specific (among the modules we do not skip).
57
57
CORE=" time:: sync:: thread:: env::"
58
58
59
- # FIXME: strict provenance should be possible, but needs
60
- # <https://github.com/rust-lang/rust/pull/104658> and a getrandom bump.
61
59
for TARGET in x86_64-unknown-linux-gnu aarch64-apple-darwin; do
62
- echo " ::group::Testing std core ($CORE on $TARGET , permissive provenance )"
63
- MIRIFLAGS=" $DEFAULTFLAGS -Zmiri-disable-isolation -Zmiri-permissive-provenance " \
60
+ echo " ::group::Testing std core ($CORE on $TARGET )"
61
+ MIRIFLAGS=" $DEFAULTFLAGS -Zmiri-disable-isolation" \
64
62
./run-test.sh std --target $TARGET --lib --tests \
65
63
-- $CORE \
66
64
2>&1 | ts -i ' %.s '
67
65
echo " ::endgroup::"
68
- echo " ::group::Testing std core docs ($CORE on $TARGET , ignore leaks, permissive provenance )"
69
- MIRIFLAGS=" $DEFAULTFLAGS -Zmiri-ignore-leaks -Zmiri-disable-isolation -Zmiri-permissive-provenance " \
66
+ echo " ::group::Testing std core docs ($CORE on $TARGET , ignore leaks)"
67
+ MIRIFLAGS=" $DEFAULTFLAGS -Zmiri-ignore-leaks -Zmiri-disable-isolation" \
70
68
./run-test.sh std --target $TARGET --doc \
71
69
-- $CORE \
72
70
2>&1 | ts -i ' %.s '
You can’t perform that action at this time.
0 commit comments