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 f04352a commit 9f6c675Copy full SHA for 9f6c675
src/tools/miri/ci/ci.sh
@@ -46,8 +46,8 @@ function run_tests {
46
fi
47
48
## ui test suite
49
- # On the host and on Linux, also stress-test the GC.
50
- if [ -z "${MIRI_TEST_TARGET:-}" ] || [ "$HOST_TARGET" = x86_64-unknown-linux-gnu ]; then
+ # On the host, also stress-test the GC.
+ if [ -z "${MIRI_TEST_TARGET:-}" ]; then
51
MIRIFLAGS="${MIRIFLAGS:-} -Zmiri-provenance-gc=1" ./miri test
52
else
53
./miri test
0 commit comments