You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/06/25 02:26:44 UTC

[GitHub] [incubator-nuttx] qinwei2004 commented on a diff in pull request #6515: .github/workflows: Add nuttx/source to the safe directory, covering apps

qinwei2004 commented on code in PR #6515:
URL: https://github.com/apache/incubator-nuttx/pull/6515#discussion_r906621902


##########
.github/workflows/build.yml:
##########
@@ -154,7 +154,7 @@ jobs:
             export CCACHE_DIR=`pwd`/ccache
             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

Review Comment:
   Fail, so let's add 
   git config --global --add safe.directory /github/workspace/sources/apps
   



-- 
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: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org