We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c5f35b commit 84b5221Copy full SHA for 84b5221
1 file changed
.github/workflows/spec_test_on_nuttx.yml
@@ -100,10 +100,10 @@ jobs:
100
mode: "-t aot",
101
option: "CONFIG_INTERPRETERS_WAMR_AOT=y\\n"
102
},
103
- # {
104
- # mode: "-t aot -X",
105
- # option: "CONFIG_INTERPRETERS_WAMR_AOT=y\\n"
106
- # },
+ {
+ mode: "-t aot -X",
+ option: "CONFIG_INTERPRETERS_WAMR_AOT=y\\n"
+ },
107
# {
108
# mode: "-t classic-interp",
109
# option: "CONFIG_INTERPRETERS_WAMR_CLASSIC=y\\n"
0 commit comments