mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
tests/libc_newlib: blacklist esp32 boards temporarily
ESP32 boards must be blacklisted for `tests/libc_newlib` to avoid CI compilation errors until the toolchain is updated on all nodes.
This commit is contained in:
parent
fdaf1ac6fe
commit
c7dd22efde
@ -2,6 +2,8 @@ include ../Makefile.tests_common
|
||||
|
||||
USEMODULE += embunit
|
||||
|
||||
FEATURES_BLACKLIST += arch_esp32
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
||||
# Compile time tests
|
||||
|
Loading…
Reference in New Issue
Block a user