Skip to content

Commit 6d63869

Browse files
authored
ci: update nuttx and nuttx-apps commits to fix CI build (#4736)
Update NuttX and nuttx-apps repository references from release tags to specific commit hashes to resolve CI build failures. * Updated nuttx from releases/12.11 to 09a71ec7c16c43398d5acbdcbeee7b08736c3170 * Updated nuttx-apps from releases/12.11 to 6bd593459c4af3cef325c3d22bccd5537a8ed755 * Preserved xtensa-specific commit logic in spec_test_on_nuttx.yml * Applied changes to both compilation and spec test workflows Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
1 parent 69446f4 commit 6d63869

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/compilation_on_nuttx.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,14 +90,14 @@ jobs:
9090
uses: actions/checkout@v6
9191
with:
9292
repository: apache/nuttx
93-
ref: releases/12.11
93+
ref: 09a71ec7c16c43398d5acbdcbeee7b08736c3170
9494
path: nuttx
9595

9696
- name: Checkout NuttX Apps
9797
uses: actions/checkout@v6
9898
with:
9999
repository: apache/nuttx-apps
100-
ref: releases/12.11
100+
ref: 6bd593459c4af3cef325c3d22bccd5537a8ed755
101101
path: apps
102102

103103
- name: Checkout WAMR

.github/workflows/spec_test_on_nuttx.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,14 +146,14 @@ jobs:
146146
uses: actions/checkout@v6
147147
with:
148148
repository: apache/nuttx
149-
ref: ${{ matrix.target_config.target == 'xtensa' && '985d395b025cf2012b22f6bb4461959fa6d87645' || 'releases/12.11' }}
149+
ref: ${{ matrix.target_config.target == 'xtensa' && '985d395b025cf2012b22f6bb4461959fa6d87645' || '09a71ec7c16c43398d5acbdcbeee7b08736c3170' }}
150150
path: nuttx
151151

152152
- name: Checkout NuttX Apps
153153
uses: actions/checkout@v6
154154
with:
155155
repository: apache/nuttx-apps
156-
ref: ${{ matrix.target_config.target == 'xtensa' && '2ef3eb25c0cec944b13792185f7e5d5a05990d5f' || 'releases/12.11' }}
156+
ref: ${{ matrix.target_config.target == 'xtensa' && '2ef3eb25c0cec944b13792185f7e5d5a05990d5f' || '6bd593459c4af3cef325c3d22bccd5537a8ed755' }}
157157
path: apps
158158

159159
- name: Checkout WAMR

0 commit comments

Comments
 (0)