Преглед на файлове

spec_test_on_nuttx.yml: Enable xip (#3671)

Related changes:
https://github.com/bytecodealliance/wasm-micro-runtime/pull/3662
https://github.com/bytecodealliance/wasm-micro-runtime/pull/3666
YAMAMOTO Takashi преди 1 година
родител
ревизия
84b5221517
променени са 1 файла, в които са добавени 4 реда и са изтрити 4 реда
  1. 4 4
      .github/workflows/spec_test_on_nuttx.yml

+ 4 - 4
.github/workflows/spec_test_on_nuttx.yml

@@ -100,10 +100,10 @@ jobs:
             mode: "-t aot",
             option: "CONFIG_INTERPRETERS_WAMR_AOT=y\\n"
           },
-          # {
-          #   mode: "-t aot -X",
-          #   option: "CONFIG_INTERPRETERS_WAMR_AOT=y\\n"
-          # },
+          {
+            mode: "-t aot -X",
+            option: "CONFIG_INTERPRETERS_WAMR_AOT=y\\n"
+          },
           # {
           #   mode: "-t classic-interp",
           #   option: "CONFIG_INTERPRETERS_WAMR_CLASSIC=y\\n"