From 87d6ca8684aa0418b093162b4f1eb862ac5efecc Mon Sep 17 00:00:00 2001 From: "liang.he@intel.com" Date: Fri, 17 Jan 2025 08:22:38 +0000 Subject: [PATCH] bypass gc test as a workaround --- .github/workflows/spec_test_on_nuttx.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/workflows/spec_test_on_nuttx.yml b/.github/workflows/spec_test_on_nuttx.yml index 4cfba8f5a9..9967ec804f 100644 --- a/.github/workflows/spec_test_on_nuttx.yml +++ b/.github/workflows/spec_test_on_nuttx.yml @@ -127,7 +127,8 @@ jobs: wamr_feature_option: # Empty option for default - { option: "", mode: "" } - - { option: "CONFIG_INTERPRETERS_WAMR_GC CONFIG_INTERPRETERS_WAMR_AOT_STACK_FRAME", mode: "-G" } + # need to install menhir + # - { option: "CONFIG_INTERPRETERS_WAMR_GC CONFIG_INTERPRETERS_WAMR_AOT_STACK_FRAME", mode: "-G" } exclude: # XIP is not fully supported yet on RISCV64, some relocations can not be resolved @@ -335,14 +336,6 @@ jobs: qemu-system-xtensa --version working-directory: apps/interpreters/wamr/wamr - - name: Set-up OCaml - uses: ocaml/setup-ocaml@v3 - with: - ocaml-compiler: 4.13 - - - name: Set-up Ocamlbuild - run: opam install ocamlbuild dune menhir - - name: Test run: | cd apps/interpreters/wamr/wamr/tests/wamr-test-suites