From 84b5221517c5ddbf3c59975f21568e2497e3e56d Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Sat, 27 Jul 2024 16:31:31 +0900 Subject: [PATCH] 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 --- .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 6d476aa1e..ec4b1ab42 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"