Skip to content

Commit d939a09

Browse files
committed
no longer test HashMap on minimal targets
1 parent bb59227 commit d939a09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/ci.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ case $HOST_TARGET in
148148
TEST_TARGET=arm-unknown-linux-gnueabi run_tests
149149
TEST_TARGET=s390x-unknown-linux-gnu run_tests # big-endian architecture of choice
150150
# Partially supported targets (tier 2)
151-
BASIC="empty_main integer vec string btreemap hello hashmap heap_alloc align" # ensures we have the basics: stdout/stderr, system allocator, randomness (for HashMap initialization)
151+
BASIC="empty_main integer vec string btreemap hello heap_alloc align" # ensures we have the basics: stdout/stderr, system allocator
152152
UNIX="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
153153
TEST_TARGET=x86_64-unknown-freebsd run_tests_minimal $BASIC $UNIX threadname pthread time fs
154154
TEST_TARGET=i686-unknown-freebsd run_tests_minimal $BASIC $UNIX threadname pthread time fs

0 commit comments

Comments
 (0)