Skip to content

Commit

Permalink
spec_test_on_nuttx.yml: Disable riscv32_ilp32f for now (#3777)
Browse files Browse the repository at this point in the history
It seems failing too frequently.

cf. #3776
  • Loading branch information
yamt authored Sep 10, 2024
1 parent c276aca commit cd47438
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/spec_test_on_nuttx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,11 @@ jobs:
target: "riscv32",
fpu_type: "none"
},
{
config: "boards/risc-v/qemu-rv/rv-virt/configs/nsh",
target: "riscv32_ilp32f",
fpu_type: "fp"
},
#{
# config: "boards/risc-v/qemu-rv/rv-virt/configs/nsh",
# target: "riscv32_ilp32f",
# fpu_type: "fp"
#},
# {
# config: "boards/risc-v/qemu-rv/rv-virt/configs/nsh",
# target: "riscv32_ilp32d",
Expand Down

0 comments on commit cd47438

Please sign in to comment.