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


The following commit(s) were added to refs/heads/master by this push:
     new c01f34f2c ci: Add native to ignored BSPs in bootloader build test
c01f34f2c is described below

commit c01f34f2c10300faa8950288f75de2081e5398e8
Author: Michal Gorecki <[email protected]>
AuthorDate: Thu Apr 11 13:29:48 2024 +0200

    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 caa426f0e..877863dab 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

Reply via email to