Skip to content

Commit

Permalink
ci: Disable LLVM qemu_riscv32e testing
Browse files Browse the repository at this point in the history
There are issues building tests for qemu_riscv32e using the LLVM
toolchain.

Revert this commit once these issues are fixed on the Zephyr side.

Signed-off-by: Stephanos Ioannidis <[email protected]>
  • Loading branch information
stephanosio committed Nov 26, 2024
1 parent 5d0bcd0 commit a3d4fa8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a3d4fa8

Please sign in to comment.