Skip to content

Commit

Permalink
bypass gc test as a workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
lum1n0us committed Jan 17, 2025
1 parent 23c5f08 commit 87d6ca8
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/spec_test_on_nuttx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 87d6ca8

Please sign in to comment.