This is an automated email from the ASF dual-hosted git repository.

jerzy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git

commit 84cc3bdf332c732cea362703b966ec26e01e2016
Author: Jerzy Kasenberg <jerzy.kasenb...@codecoup.pl>
AuthorDate: Tue May 7 11:58:34 2024 +0200

    ci: Update ignored BSPs for bootloader build test
    
    STM32F0 boards don't have space for bootloader in bsp.
    Now that linker script is generated from bsp.yml
    build would faile for those boards.
---
 .github/test_build_bootloader.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/test_build_bootloader.sh b/.github/test_build_bootloader.sh
index 998403839..59e59790c 100644
--- a/.github/test_build_bootloader.sh
+++ b/.github/test_build_bootloader.sh
@@ -21,7 +21,8 @@ EXIT_CODE=0
 
 BSPS=$(ls repos/apache-mynewt-core/hw/bsp)
 IGNORED_BSPS="ci40 dialog_cmac embarc_emsk hifive1 native native-armv7\
-              native-mips olimex-p103 olimex-pic32-emz64 olimex-pic32-hmz144\
+              native-mips nucleo-f030r8 nucleo-f072rb\
+              olimex-p103 olimex-pic32-emz64 olimex-pic32-hmz144\
               pic32mx470_6lp_clicker pic32mz2048_wi-fire usbmkw41z"
 
 BSP_COUNT=0

Reply via email to