Skip to content

Commit

Permalink
ci: Add native to ignored BSPs in bootloader build test
Browse files Browse the repository at this point in the history
  • Loading branch information
m-gorecki committed Apr 11, 2024
1 parent 158c30f commit 37983fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/test_build_bootloader.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 37983fd

Please sign in to comment.