Prechádzať zdrojové kódy

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 rok pred
rodič
commit
84b5221517
1 zmenil súbory, kde vykonal 4 pridanie a 4 odobranie
  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",
             mode: "-t aot",
             option: "CONFIG_INTERPRETERS_WAMR_AOT=y\\n"
             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",
           #   mode: "-t classic-interp",
           #   option: "CONFIG_INTERPRETERS_WAMR_CLASSIC=y\\n"
           #   option: "CONFIG_INTERPRETERS_WAMR_CLASSIC=y\\n"