From c7dd22efde12c1e1d8a95c2793568fda994c52b3 Mon Sep 17 00:00:00 2001 From: Gunar Schorcht Date: Sat, 4 Apr 2020 13:33:00 +0200 Subject: [PATCH] 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. --- tests/libc_newlib/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/libc_newlib/Makefile b/tests/libc_newlib/Makefile index f21f0761d6..67295f4b81 100644 --- a/tests/libc_newlib/Makefile +++ b/tests/libc_newlib/Makefile @@ -2,6 +2,8 @@ include ../Makefile.tests_common USEMODULE += embunit +FEATURES_BLACKLIST += arch_esp32 + include $(RIOTBASE)/Makefile.include # Compile time tests