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

.murdock: document TESTS_BOARDS_LLVM_COMPILE

The comment above TESTS_BOARDS_LLVM_COMPILE is misleading and
outdated. This is due to an oversight in
52cf2b46c3 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.
This commit is contained in:
Marian Buschsieweke 2024-03-19 13:52:49 +01:00
parent 1c036e0116
commit a4df903861
No known key found for this signature in database
GPG Key ID: 77AA882EC78084E6

View File

@ -37,8 +37,10 @@ esac
#: ${EMULATED_BOARDS_AVAILABLE:="microbit"}
# temporarily disabling llvm builds until https://github.com/RIOT-OS/RIOT/pull/15595
# is in
# Only a subset of boards are compiled on LLVM to not increase CI time by
# factor 2, but still have a decent regression test coverage.
# TODO: Consider reusing QUICKBUILD_BOARDS once all those boards are supported
# on LLVM.
: ${TEST_BOARDS_LLVM_COMPILE:="iotlab-m3 native native64 nrf52dk mulle nucleo-f401re samr21-xpro slstk3402a"}
: ${TEST_WITH_CONFIG_SUPPORTED:="examples/suit_update tests/drivers/at86rf2xx_aes"}