@@ -146,14 +146,14 @@ jobs:
146
146
uses : actions/checkout@v4
147
147
with :
148
148
repository : apache/nuttx
149
- ref : ${{ matrix.target_config.target == 'xtensa' && '985d395b025cf2012b22f6bb4461959fa6d87645' || 'releases/12.6 ' }}
149
+ ref : ${{ matrix.target_config.target == 'xtensa' && '985d395b025cf2012b22f6bb4461959fa6d87645' || 'releases/12.9 ' }}
150
150
path : nuttx
151
151
152
152
- name : Checkout NuttX Apps
153
153
uses : actions/checkout@v4
154
154
with :
155
155
repository : apache/nuttx-apps
156
- ref : ${{ matrix.target_config.target == 'xtensa' && '2ef3eb25c0cec944b13792185f7e5d5a05990d5f' || 'releases/12.6 ' }}
156
+ ref : ${{ matrix.target_config.target == 'xtensa' && '2ef3eb25c0cec944b13792185f7e5d5a05990d5f' || 'releases/12.9 ' }}
157
157
path : apps
158
158
159
159
- name : Checkout WAMR
@@ -183,28 +183,6 @@ jobs:
183
183
if : contains(matrix.wamr_test_option.mode, 'aot')
184
184
run : cp -r core/deps/llvm apps/interpreters/wamr/wamr/core/deps/llvm
185
185
186
- # Inject the config option to NuttX
187
- # TODO: Merge this into NuttX once GC is generally available
188
- #
189
- # Note: the version of nuttx-apps we use for xtensa does have
190
- # an equivalent. (the default of INTERPRETERS_WAMR_TAIL_CALL is
191
- # different though.)
192
- - name : Modify Kconfig
193
- if : matrix.target_config.target != 'xtensa'
194
- run : |
195
- echo "\n" >> apps/interpreters/wamr/Kconfig
196
- echo "config INTERPRETERS_WAMR_GC" >> apps/interpreters/wamr/Kconfig
197
- echo "\tbool \"Enable GC\"" >> apps/interpreters/wamr/Kconfig
198
- echo "\tdefault n" >> apps/interpreters/wamr/Kconfig
199
- echo "\n" >> apps/interpreters/wamr/Kconfig
200
- echo "config INTERPRETERS_WAMR_AOT_STACK_FRAME" >> apps/interpreters/wamr/Kconfig
201
- echo "\tbool \"Enable AOT stack frame\"" >> apps/interpreters/wamr/Kconfig
202
- echo "\tdefault n" >> apps/interpreters/wamr/Kconfig
203
- echo "\n" >> apps/interpreters/wamr/Kconfig
204
- echo "config INTERPRETERS_WAMR_TAIL_CALL" >> apps/interpreters/wamr/Kconfig
205
- echo "\tbool \"Enable Tail Call\"" >> apps/interpreters/wamr/Kconfig
206
- echo "\tdefault y" >> apps/interpreters/wamr/Kconfig
207
-
208
186
- name : Build wamrc
209
187
if : contains(matrix.wamr_test_option.mode, 'aot')
210
188
working-directory : apps/interpreters/wamr/wamr/wamr-compiler
0 commit comments