Skip to content

Commit 9f6c675

Browse files
committed
run GC stress test only for host tests
1 parent f04352a commit 9f6c675

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tools/miri/ci/ci.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ function run_tests {
4646
fi
4747

4848
## 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
49+
# On the host, also stress-test the GC.
50+
if [ -z "${MIRI_TEST_TARGET:-}" ]; then
5151
MIRIFLAGS="${MIRIFLAGS:-} -Zmiri-provenance-gc=1" ./miri test
5252
else
5353
./miri test

0 commit comments

Comments
 (0)