CI: Enable XIP spectest for RISCV32 ILP32F (#3727)

This commit is contained in:
Huang Qi
2024-08-19 09:52:38 +08:00
committed by GitHub
parent 4c127715df
commit 67c33a29e3
2 changed files with 2 additions and 5 deletions

View File

@ -125,10 +125,6 @@ jobs:
- target_config: { config: "boards/risc-v/qemu-rv/rv-virt/configs/nsh64" }
wamr_test_option: { mode: "-t aot -X" }
# XIP is not fully supported yet on RISCV32 ILP32F, some relocations can not be resolved
- target_config: { config: "boards/risc-v/qemu-rv/rv-virt/configs/nsh", fpu_type: "fp" }
wamr_test_option: { mode: "-t aot -X" }
# Our xtensa environment doesn't have enough memory
- target_config: { target: "xtensa" }
wamr_feature_option: { mode: "-G" }