[github][ci] limit riscv builds to clang 14+
Clang 13 is missing some support for some new ISA extensions that may not be worth maintaining build system workarounds for.
This commit is contained in:
7
.github/workflows/github-ci-clang.yml
vendored
7
.github/workflows/github-ci-clang.yml
vendored
@@ -21,6 +21,13 @@ jobs:
|
|||||||
- qemu-virt-arm64-test
|
- qemu-virt-arm64-test
|
||||||
- qemu-virt-riscv64-test
|
- qemu-virt-riscv64-test
|
||||||
- qemu-virt-riscv64-supervisor-test
|
- qemu-virt-riscv64-supervisor-test
|
||||||
|
exclude:
|
||||||
|
# limit riscv builds to clang 14 and above, since clang 13 has limited
|
||||||
|
# support for some newer ISA extensions
|
||||||
|
- project: qemu-virt-riscv64-test
|
||||||
|
toolchain-ver: 13
|
||||||
|
- project: qemu-virt-riscv64-supervisor-test
|
||||||
|
toolchain-ver: 13
|
||||||
env:
|
env:
|
||||||
PROJECT: ${{ matrix.project }}
|
PROJECT: ${{ matrix.project }}
|
||||||
TOOLCHAIN_VER: ${{ matrix.toolchain-ver }}
|
TOOLCHAIN_VER: ${{ matrix.toolchain-ver }}
|
||||||
|
|||||||
Reference in New Issue
Block a user