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/nuttx-apps.git
The following commit(s) were added to refs/heads/master by this push:
new 131ff3684 build.yml:disable CMake Ninja for Msys2
131ff3684 is described below
commit 131ff36842785fad58c09eadd71c8bbc4d69a8b2
Author: xuxin19 <[email protected]>
AuthorDate: Thu Oct 10 09:53:19 2024 +0800
build.yml:disable CMake Ninja for Msys2
CI in the msys2 environment, the CMake ninja generator
will have a problem with parameters being too long
Signed-off-by: xuxin19 <[email protected]>
---
.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 e5999814c..3224c6f58 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -323,7 +323,7 @@ jobs:
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 -g -i -A -C -N -R testlist/${{matrix.boards}}.dat
+ ./cibuild.sh -g -i -A -C -R testlist/${{matrix.boards}}.dat
- uses: actions/upload-artifact@v4
with: