Skip to content

Commit 69078f7

Browse files
committed
test some aarch64 windows targets
1 parent 2b70be3 commit 69078f7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ci/ci.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,8 @@ case $HOST_TARGET in
146146
MANY_SEEDS=64 TEST_TARGET=aarch64-unknown-linux-gnu run_tests
147147
MANY_SEEDS=64 TEST_TARGET=x86_64-apple-darwin run_tests
148148
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
149151
;;
150152
aarch64-apple-darwin)
151153
# Host
@@ -154,7 +156,8 @@ case $HOST_TARGET in
154156
MANY_SEEDS=64 TEST_TARGET=i686-pc-windows-gnu run_tests
155157
MANY_SEEDS=64 TEST_TARGET=x86_64-pc-windows-msvc CARGO_MIRI_ENV=1 run_tests
156158
# Extra tier 2
157-
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
158161
MANY_SEEDS=16 TEST_TARGET=s390x-unknown-linux-gnu run_tests # big-endian architecture of choice
159162
# Not officially supported tier 2
160163
MANY_SEEDS=16 TEST_TARGET=mips-unknown-linux-gnu run_tests # a 32bit big-endian target, and also a target without 64bit atomics

0 commit comments

Comments
 (0)