Skip to content

Commit a4df903

Browse files
committed
.murdock: document TESTS_BOARDS_LLVM_COMPILE
The comment above TESTS_BOARDS_LLVM_COMPILE is misleading and outdated. This is due to an oversight in 52cf2b4 where tests on LLVM where re-enabled. This drops the old comment and instead adds a comment why only a subset of boards are build on LLVM.
1 parent 1c036e0 commit a4df903

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.murdock

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,10 @@ esac
3737

3838
#: ${EMULATED_BOARDS_AVAILABLE:="microbit"}
3939

40-
# temporarily disabling llvm builds until https://github.com/RIOT-OS/RIOT/pull/15595
41-
# is in
40+
# Only a subset of boards are compiled on LLVM to not increase CI time by
41+
# factor 2, but still have a decent regression test coverage.
42+
# TODO: Consider reusing QUICKBUILD_BOARDS once all those boards are supported
43+
# on LLVM.
4244
: ${TEST_BOARDS_LLVM_COMPILE:="iotlab-m3 native native64 nrf52dk mulle nucleo-f401re samr21-xpro slstk3402a"}
4345

4446
: ${TEST_WITH_CONFIG_SUPPORTED:="examples/suit_update tests/drivers/at86rf2xx_aes"}

0 commit comments

Comments
 (0)