Ver Fonte

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 há 1 ano atrás
pai
commit
84b5221517
1 ficheiros alterados com 4 adições e 4 exclusões
  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"