Skip to content

Commit

Permalink
[ci] Add 64-bit RISC-V to Clang CI
Browse files Browse the repository at this point in the history
  • Loading branch information
arichardson committed Jun 8, 2023
1 parent bf6ab93 commit 3b215c3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/github-ci-clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@ jobs:
# since 32-bit ones require functions such as __divdi3).
- pc-x86-64-test
- qemu-virt-arm64-test
# TODO: Add riscv64 once clang assembler issues have been fixed.
# - qemu-virt-riscv64-test
# - qemu-virt-riscv64-supervisor-test
- qemu-virt-riscv64-test
- qemu-virt-riscv64-supervisor-test
env:
PROJECT: ${{ matrix.project }}
TOOLCHAIN_VER: ${{ matrix.toolchain-ver }}
Expand Down

0 comments on commit 3b215c3

Please sign in to comment.