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
+1-1
Original file line number
Diff line number
Diff line change
@@ -166,7 +166,7 @@ case $HOST_TARGET in
166
166
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
167
167
TEST_TARGET=x86_64-unknown-freebsd run_tests_minimal $BASIC$UNIXtime hashmap random threadname pthread fs libc-pipe
168
168
TEST_TARGET=i686-unknown-freebsd run_tests_minimal $BASIC$UNIXtime hashmap random threadname pthread fs libc-pipe
169
-
TEST_TARGET=aarch64-linux-android run_tests_minimal $BASIC$UNIXtime hashmap random sync threadname pthread epoll eventfd
169
+
TEST_TARGET=aarch64-linux-android run_tests_minimal $BASIC$UNIXtime hashmap random sync concurrency thread epoll eventfd
0 commit comments