Skip to content

Commit 84b5221

Browse files
authored
spec_test_on_nuttx.yml: Enable xip (#3671)
Related changes: #3662 #3666
1 parent 4c5f35b commit 84b5221

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/spec_test_on_nuttx.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,10 @@ jobs:
100100
mode: "-t aot",
101101
option: "CONFIG_INTERPRETERS_WAMR_AOT=y\\n"
102102
},
103-
# {
104-
# mode: "-t aot -X",
105-
# option: "CONFIG_INTERPRETERS_WAMR_AOT=y\\n"
106-
# },
103+
{
104+
mode: "-t aot -X",
105+
option: "CONFIG_INTERPRETERS_WAMR_AOT=y\\n"
106+
},
107107
# {
108108
# mode: "-t classic-interp",
109109
# option: "CONFIG_INTERPRETERS_WAMR_CLASSIC=y\\n"

0 commit comments

Comments
 (0)