File tree Expand file tree Collapse file tree 1 file changed +0
-22
lines changed
Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Original file line number Diff line number Diff line change @@ -183,28 +183,6 @@ jobs:
183183 if : contains(matrix.wamr_test_option.mode, 'aot')
184184 run : cp -r core/deps/llvm apps/interpreters/wamr/wamr/core/deps/llvm
185185
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-
208186 - name : Build wamrc
209187 if : contains(matrix.wamr_test_option.mode, 'aot')
210188 working-directory : apps/interpreters/wamr/wamr/wamr-compiler
You can’t perform that action at this time.
0 commit comments