File tree 1 file changed +4
-1
lines changed 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -146,6 +146,8 @@ case $HOST_TARGET in
146
146
MANY_SEEDS=64 TEST_TARGET=aarch64-unknown-linux-gnu run_tests
147
147
MANY_SEEDS=64 TEST_TARGET=x86_64-apple-darwin run_tests
148
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
149
151
;;
150
152
aarch64-apple-darwin)
151
153
# Host
@@ -154,7 +156,8 @@ case $HOST_TARGET in
154
156
MANY_SEEDS=64 TEST_TARGET=i686-pc-windows-gnu run_tests
155
157
MANY_SEEDS=64 TEST_TARGET=x86_64-pc-windows-msvc CARGO_MIRI_ENV=1 run_tests
156
158
# 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
158
161
MANY_SEEDS=16 TEST_TARGET=s390x-unknown-linux-gnu run_tests # big-endian architecture of choice
159
162
# Not officially supported tier 2
160
163
MANY_SEEDS=16 TEST_TARGET=mips-unknown-linux-gnu run_tests # a 32bit big-endian target, and also a target without 64bit atomics
You can’t perform that action at this time.
0 commit comments