qinwei2004 commented on PR #6460: URL: https://github.com/apache/incubator-nuttx/pull/6460#issuecomment-1165166860
@btashton is it valid to add at cibuild.sh ? I am not sure, please check, thanks diff --git a/tools/ci/cibuild.sh b/tools/ci/cibuild.sh index 829cd26412..998ff86df5 100755 --- a/tools/ci/cibuild.sh +++ b/tools/ci/cibuild.sh @@ -472,6 +472,7 @@ function run_builds { esac options+="-j ${ncpus}" + git config --global --add safe.directory /github/workspace/sources/ for build in "${builds[@]}"; do "${nuttx}"/tools/testbuild.sh ${options} -e "-Wno-cpp -Werror" "${build}" @xiaoxiang781216 -- 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-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org