sjanc commented on code in PR #2927:
URL: https://github.com/apache/mynewt-core/pull/2927#discussion_r1084165086


##########
.github/test_build_blinky.sh:
##########
@@ -24,6 +24,11 @@ IGNORED_BSPS="ci40 dialog_cmac embarc_emsk hifive1 
native-armv7 native-mips\
               olimex-pic32-emz64 olimex-pic32-hmz144 pic32mx470_6lp_clicker\
               pic32mz2048_wi-fire"
 
+# native is supported only on Linux (mind the space)
+if [ $RUNNER_OS} != "LLinux" ]; then

Review Comment:
   test leftover :) will fixit



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to