From 37983fd3c055542968991280b68d522a83456e1b Mon Sep 17 00:00:00 2001 From: Michal Gorecki Date: Thu, 11 Apr 2024 13:29:48 +0200 Subject: [PATCH] ci: Add native to ignored BSPs in bootloader build test --- .github/test_build_bootloader.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/test_build_bootloader.sh b/.github/test_build_bootloader.sh index caa426f0e0..877863dabc 100644 --- a/.github/test_build_bootloader.sh +++ b/.github/test_build_bootloader.sh @@ -20,9 +20,9 @@ EXIT_CODE=0 BSPS=$(ls repos/apache-mynewt-core/hw/bsp) -IGNORED_BSPS="ci40 dialog_cmac embarc_emsk hifive1 native-armv7 native-mips\ - olimex-pic32-emz64 olimex-pic32-hmz144 pic32mx470_6lp_clicker\ - pic32mz2048_wi-fire usbmkw41z" +IGNORED_BSPS="ci40 dialog_cmac embarc_emsk hifive1 native native-armv7\ + native-mips olimex-pic32-emz64 olimex-pic32-hmz144\ + pic32mx470_6lp_clicker pic32mz2048_wi-fire usbmkw41z" # native is supported only on Linux (mind the space) if [ $RUNNER_OS != "Linux" ]; then