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

xiaoxiang781216 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new b939b119b54 .github/workflows/build.yml: bump nuttx-ntfc-testing to 
release-0.0.2
b939b119b54 is described below

commit b939b119b54d0fe9d7b4fde8dd9262d6f17f1323
Author: wangjianyu3 <[email protected]>
AuthorDate: Tue Sep 1 00:08:25 2026 +0800

    .github/workflows/build.yml: bump nuttx-ntfc-testing to release-0.0.2
    
    nuttx-ntfc-testing's release-0.0.1 tag pins ntfc.yaml's citest
    requirement to CONFIG_INIT_ENTRYPOINT=nsh_main, so any sim/citest
    defconfig that switches to a different init entrypoint (e.g. nxinit's
    init_main) fails CI with:
    
      OSError: Missing kconfig dependency: ['CONFIG_INIT_ENTRYPOINT', 
'nsh_main']
    
    Maintainer raiden00pl cut nuttx-ntfc-testing release-0.0.2, which drops
    that CONFIG_INIT_ENTRYPOINT requirement from ntfc.yaml, and requested
    both nuttx and nuttx-apps workflows be updated to it:
    
https://github.com/apache/nuttx-ntfc-testing/issues/7#issuecomment-5480486089
    
    Only the `git clone -b release-0.0.1` line is changed; the unrelated
    `ntfc==0.0.1` PyPI package pin is untouched.
    
    Assisted-by: opencode-agent/claude-sonnet-5
    Signed-off-by: wangjianyu3 <[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 edb36643a60..0495f885e1b 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -362,7 +362,7 @@ jobs:
             # get NTFC test cases
             cd external
             for i in 1 2 3 4 5; do
-              git clone -b release-0.0.1 
https://github.com/apache/nuttx-ntfc-testing && break
+              git clone -b release-0.0.2 
https://github.com/apache/nuttx-ntfc-testing && break
               if [ "$i" -eq 5 ]; then
                 echo "Failed to clone nuttx-ntfc-testing after $i attempts"
                 exit 1

Reply via email to