You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/tools/miri/ci/ci.sh
+3-2
Original file line number
Diff line number
Diff line change
@@ -147,13 +147,14 @@ case $HOST_TARGET in
147
147
# Extra tier 2
148
148
TEST_TARGET=arm-unknown-linux-gnueabi run_tests
149
149
TEST_TARGET=s390x-unknown-linux-gnu run_tests # big-endian architecture of choice
150
+
# Not officially supported tier 2
151
+
TEST_TARGET=x86_64-unknown-illumos run_tests
152
+
TEST_TARGET=x86_64-pc-solaris run_tests
150
153
# Partially supported targets (tier 2)
151
154
BASIC="empty_main integer heap_alloc libc-mem vec string btreemap"# ensures we have the basics: pre-main code, system allocator
152
155
UNIX="hello panic/panic panic/unwind concurrency/simple atomic libc-mem libc-misc libc-random env num_cpus"# the things that are very similar across all Unixes, and hence easily supported there
153
156
TEST_TARGET=x86_64-unknown-freebsd run_tests_minimal $BASIC$UNIXtime hashmap random threadname pthread fs libc-pipe
154
157
TEST_TARGET=i686-unknown-freebsd run_tests_minimal $BASIC$UNIXtime hashmap random threadname pthread fs libc-pipe
0 commit comments