Skip to content

Commit

Permalink
downgrade riscv64 +rvv1.0 -zvfh to clang 17
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Aug 20, 2024
1 parent 4003673 commit 8c2f92b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -469,21 +469,21 @@ jobs:
fail-fast: false
matrix:
include:
- version: 18
- version: 17 # not yet passing with clang 18.1.3
cross: riscv64+rvv_vlen128_elen64
arch_gnu: riscv64
arch_deb: riscv64
distro: ubuntu-24.04
- version: 18
distro: ubuntu-22.04
- version: 17 # not yet passing with clang 18.1.3
cross: riscv64+rvv_vlen256_elen64
arch_gnu: riscv64
arch_deb: riscv64
distro: ubuntu-24.04
- version: 18
distro: ubuntu-22.04
- version: 17 # not yet passing with clang 18.1.3
cross: riscv64+rvv_vlen512_elen64
arch_gnu: riscv64
arch_deb: riscv64
distro: ubuntu-24.04
distro: ubuntu-22.04
- version: 18
cross: riscv64+rvv_vlen128_elen64_zvfh
arch_gnu: riscv64
Expand Down

0 comments on commit 8c2f92b

Please sign in to comment.