You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2020/04/09 05:20:58 UTC

[incubator-nuttx-testing] 04/04: Remove the most of arm from the list for macOS

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

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-testing.git

commit 108a4964644b3b10ac12693b564103d8f725ee72
Author: YAMAMOTO Takashi <ya...@midokura.com>
AuthorDate: Thu Apr 9 13:04:49 2020 +0900

    Remove the most of arm from the list for macOS
    
    To save the CI resources.
    
    I left arm-13 as it used to have macOS-specific build issues.
    https://github.com/apache/incubator-nuttx-apps/pull/156
---
 .github/workflows/build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 63522f7..71957fa 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -71,7 +71,7 @@ jobs:
 
     strategy:
       matrix:
-        boards: [arm-01, arm-02, arm-03, arm-04, arm-05, arm-06, arm-07, arm-08, arm-09, arm-10, arm-11, arm-12, arm-13, mips-riscv-x86-xtensa, sim]
+        boards: [arm-13, mips-riscv-x86-xtensa, sim]
 
     steps:
     - name: Checkout nuttx repo