From f02dbe0888377af03032de0527a917cbaba20e86 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Tue, 23 Jul 2024 21:47:31 +0900 Subject: [PATCH] spec_test_on_nuttx.yml: enable xip --- .github/workflows/spec_test_on_nuttx.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/spec_test_on_nuttx.yml b/.github/workflows/spec_test_on_nuttx.yml index 6d476aa1e2..ec4b1ab422 100644 --- a/.github/workflows/spec_test_on_nuttx.yml +++ b/.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"