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:
parent
d1edbd94d6
commit
875d9a762d
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user