diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ad71e1e2..3ac071ae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1769,7 +1769,8 @@ jobs: # FIXME: There are issues building some tests for qemu_riscv32. # PLATFORM_ARGS+="-p qemu_riscv32 " ## RV32E - PLATFORM_ARGS+="-p qemu_riscv32e " + # FIXME: There are issues building some tests for qemu_riscv32e. + # PLATFORM_ARGS+="-p qemu_riscv32e " ## RV64I PLATFORM_ARGS+="-p qemu_riscv64 " fi