Skip to content

Commit 8fc6a6b

Browse files
authored
Merge pull request #4347 from RalfJung/ci
test some aarch64 windows targets
2 parents af0c541 + 69078f7 commit 8fc6a6b

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

ci/ci.sh

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -142,12 +142,12 @@ case $HOST_TARGET in
142142
# Host
143143
GC_STRESS=1 MIR_OPT=1 MANY_SEEDS=64 TEST_BENCH=1 CARGO_MIRI_ENV=1 run_tests
144144
# Extra tier 1
145-
# With reduced many-seed count to avoid spending too much time on that.
146-
# (All OSes and ABIs are run with 64 seeds at least once though via the macOS runner.)
147-
MANY_SEEDS=16 TEST_TARGET=i686-unknown-linux-gnu run_tests
148-
MANY_SEEDS=16 TEST_TARGET=aarch64-unknown-linux-gnu run_tests
149-
MANY_SEEDS=16 TEST_TARGET=x86_64-apple-darwin run_tests
150-
MANY_SEEDS=16 TEST_TARGET=x86_64-pc-windows-gnu run_tests
145+
MANY_SEEDS=64 TEST_TARGET=i686-unknown-linux-gnu run_tests
146+
MANY_SEEDS=64 TEST_TARGET=aarch64-unknown-linux-gnu run_tests
147+
MANY_SEEDS=64 TEST_TARGET=x86_64-apple-darwin run_tests
148+
MANY_SEEDS=64 TEST_TARGET=x86_64-pc-windows-gnu run_tests
149+
# Extra tier 1 candidate
150+
MANY_SEEDS=64 TEST_TARGET=aarch64-pc-windows-msvc run_tests
151151
;;
152152
aarch64-apple-darwin)
153153
# Host
@@ -156,7 +156,8 @@ case $HOST_TARGET in
156156
MANY_SEEDS=64 TEST_TARGET=i686-pc-windows-gnu run_tests
157157
MANY_SEEDS=64 TEST_TARGET=x86_64-pc-windows-msvc CARGO_MIRI_ENV=1 run_tests
158158
# Extra tier 2
159-
MANY_SEEDS=16 TEST_TARGET=arm-unknown-linux-gnueabi run_tests
159+
MANY_SEEDS=16 TEST_TARGET=arm-unknown-linux-gnueabi run_tests # 32bit ARM
160+
MANY_SEEDS=16 TEST_TARGET=aarch64-pc-windows-gnullvm run_tests # gnullvm ABI
160161
MANY_SEEDS=16 TEST_TARGET=s390x-unknown-linux-gnu run_tests # big-endian architecture of choice
161162
# Not officially supported tier 2
162163
MANY_SEEDS=16 TEST_TARGET=mips-unknown-linux-gnu run_tests # a 32bit big-endian target, and also a target without 64bit atomics
@@ -178,7 +179,7 @@ case $HOST_TARGET in
178179
# Host
179180
# Without GC_STRESS and with reduced many-seeds count as this is the slowest runner.
180181
# (The macOS runner checks windows-msvc with full many-seeds count.)
181-
MIR_OPT=1 MANY_SEEDS=16 TEST_BENCH=1 run_tests
182+
MIR_OPT=1 MANY_SEEDS=64 TEST_BENCH=1 run_tests
182183
# Extra tier 1
183184
# We really want to ensure a Linux target works on a Windows host,
184185
# and a 64bit target works on a 32bit host.

0 commit comments

Comments
 (0)