1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

tests/pkg/relic: skip CI testing with samr21-xpro and llvm toolchain

This commit is contained in:
Alexandre Abadie 2023-08-24 13:55:39 +02:00
parent d1edbd94d6
commit 875d9a762d
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -32,6 +32,11 @@ CFLAGS += -DTHREAD_STACKSIZE_MAIN=\(6*THREAD_STACKSIZE_DEFAULT\)
USEPKG += relic
USEMODULE += embunit
ifeq (llvm,$(TOOLCHAIN))
# FIXME: automated test is failing on samr21-xpro
TEST_ON_CI_BLACKLIST += samr21-xpro
endif
# -DWSIZE=32 : Specifies the word width of the target system. This is
# currently not automatically detected so adjusted to your target
# platform.