spec_test_on_nuttx.yml: Disable riscv32_ilp32f for now (#3777)
It seems failing too frequently. cf. https://github.com/bytecodealliance/wasm-micro-runtime/issues/3776
This commit is contained in:
10
.github/workflows/spec_test_on_nuttx.yml
vendored
10
.github/workflows/spec_test_on_nuttx.yml
vendored
@ -74,11 +74,11 @@ jobs:
|
|||||||
target: "riscv32",
|
target: "riscv32",
|
||||||
fpu_type: "none"
|
fpu_type: "none"
|
||||||
},
|
},
|
||||||
{
|
#{
|
||||||
config: "boards/risc-v/qemu-rv/rv-virt/configs/nsh",
|
# config: "boards/risc-v/qemu-rv/rv-virt/configs/nsh",
|
||||||
target: "riscv32_ilp32f",
|
# target: "riscv32_ilp32f",
|
||||||
fpu_type: "fp"
|
# fpu_type: "fp"
|
||||||
},
|
#},
|
||||||
# {
|
# {
|
||||||
# config: "boards/risc-v/qemu-rv/rv-virt/configs/nsh",
|
# config: "boards/risc-v/qemu-rv/rv-virt/configs/nsh",
|
||||||
# target: "riscv32_ilp32d",
|
# target: "riscv32_ilp32d",
|
||||||
|
|||||||
Reference in New Issue
Block a user