Skip to content

Commit

Permalink
[github][ci] limit riscv builds to clang 14+
Browse files Browse the repository at this point in the history
Clang 13 is missing some support for some new ISA extensions that may
not be worth maintaining build system workarounds for.
  • Loading branch information
travisg committed Apr 8, 2024
1 parent 41ae8ad commit ad3a44e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/github-ci-clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
- qemu-virt-arm64-test
- qemu-virt-riscv64-test
- qemu-virt-riscv64-supervisor-test
exclude:
- project: qemu-virt-riscv64-test
toolchain-ver: 13
- project: qemu-virt-riscv64-supervisor-test
toolchain-ver: 13
env:
PROJECT: ${{ matrix.project }}
TOOLCHAIN_VER: ${{ matrix.toolchain-ver }}
Expand Down

0 comments on commit ad3a44e

Please sign in to comment.