Skip to content

Commit

Permalink
ci: Disable LLVM qemu_riscv64 testing
Browse files Browse the repository at this point in the history
There are issues building tests for qemu_riscv64 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 cd032e4 commit 1657455
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 @@ -1772,7 +1772,8 @@ jobs:
# FIXME: There are issues building some tests for qemu_riscv32e.
# PLATFORM_ARGS+="-p qemu_riscv32e "
## RV64I
PLATFORM_ARGS+="-p qemu_riscv64 "
# FIXME: There are issues building some tests for qemu_riscv64.
# PLATFORM_ARGS+="-p qemu_riscv64 "
fi
# Generate test list
Expand Down

0 comments on commit 1657455

Please sign in to comment.