You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by bt...@apache.org on 2022/06/25 06:47:54 UTC

[incubator-nuttx-apps] branch master updated (61250d551 -> db9ea4079)

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

btashton pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git


    from 61250d551 wireless/wapi: add get country code support
     new 99d905369 .github/workflows: Add nuttx/source to the safe directory
     new db9ea4079 .github/workflows: Add nuttx/source to the safe directory, covering apps

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/workflows/build.yml | 2 ++
 1 file changed, 2 insertions(+)


[incubator-nuttx-apps] 02/02: .github/workflows: Add nuttx/source to the safe directory, covering apps

Posted by bt...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit db9ea407986ff9c73dc92307e220c609d036b70d
Author: qinwei1 <qi...@xiaomi.com>
AuthorDate: Fri Jun 24 18:28:22 2022 -0700

    .github/workflows: Add nuttx/source to the safe directory, covering apps
    
    Signed-off-by: qinwei1 <qi...@xiaomi.com>
---
 .github/workflows/build.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 1e9ded99d..5ab725e35 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -146,6 +146,7 @@ jobs:
             mkdir $CCACHE_DIR
             export ARTIFACTDIR=`pwd`/buildartifacts
             git config --global --add safe.directory /github/workspace/sources/nuttx
+            git config --global --add safe.directory /github/workspace/sources/apps
             cd sources/nuttx/tools/ci
             ./cibuild.sh -A -c testlist/${{matrix.boards}}.dat
             ccache -s


[incubator-nuttx-apps] 01/02: .github/workflows: Add nuttx/source to the safe directory

Posted by bt...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 99d905369ec26d547a6d6981575c4bf8719a872c
Author: Xiang Xiao <xi...@xiaomi.com>
AuthorDate: Thu Jun 23 05:33:15 2022 +0800

    .github/workflows: Add nuttx/source to the safe directory
    
    Signed-off-by: Xiang Xiao <xi...@xiaomi.com>
---
 .github/workflows/build.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index da2c14eb9..1e9ded99d 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -145,6 +145,7 @@ jobs:
             export CCACHE_DIR=`pwd`/ccache
             mkdir $CCACHE_DIR
             export ARTIFACTDIR=`pwd`/buildartifacts
+            git config --global --add safe.directory /github/workspace/sources/nuttx
             cd sources/nuttx/tools/ci
             ./cibuild.sh -A -c testlist/${{matrix.boards}}.dat
             ccache -s