Skip to content

Commit cd47438

Browse files
authored
spec_test_on_nuttx.yml: Disable riscv32_ilp32f for now (#3777)
It seems failing too frequently. cf. #3776
1 parent c276aca commit cd47438

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/spec_test_on_nuttx.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,11 @@ jobs:
7474
target: "riscv32",
7575
fpu_type: "none"
7676
},
77-
{
78-
config: "boards/risc-v/qemu-rv/rv-virt/configs/nsh",
79-
target: "riscv32_ilp32f",
80-
fpu_type: "fp"
81-
},
77+
#{
78+
# config: "boards/risc-v/qemu-rv/rv-virt/configs/nsh",
79+
# target: "riscv32_ilp32f",
80+
# fpu_type: "fp"
81+
#},
8282
# {
8383
# config: "boards/risc-v/qemu-rv/rv-virt/configs/nsh",
8484
# target: "riscv32_ilp32d",

0 commit comments

Comments
 (0)