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: ci/ci.sh
+5-5
Original file line number
Diff line number
Diff line change
@@ -150,11 +150,11 @@ case $HOST_TARGET in
150
150
# Partially supported targets (tier 2)
151
151
BASIC="empty_main integer heap_alloc libc-mem vec string btreemap"# ensures we have the basics: pre-main code, system allocator
152
152
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
-
TEST_TARGET=x86_64-unknown-freebsd run_tests_minimal $BASIC$UNIX hashmap random threadname pthreadtime fs
154
-
TEST_TARGET=i686-unknown-freebsd run_tests_minimal $BASIC$UNIX hashmap random threadname pthreadtime fs
0 commit comments