Skip to content

Commit

Permalink
WIP try to exclude riscv gcc 7.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
travisg committed Apr 8, 2024
1 parent 37c3228 commit 9c7f587
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/github-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,22 @@ jobs:
- nucleo-f072rb
- pico-test
- sifive-e-test
- sifive-unleashed-test
- visionfive2-test
- rosco-m68k-test
exclude:
# no toolchain for 7.5.0 for or1k
- project: or1ksim
toolchain-ver: 7.5.0
- project: qemu-virt-riscv32-test
toolchain-ver: 7.5.0
- project: qemu-virt-riscv64-test
toolchain-ver: 7.5.0
- project: qemu-virt-riscv64-supervisor-test
toolchain-ver: 7.5.0
- project: sifive-e-test
toolchain-ver: 7.5.0
- project: visionfive2-test
toolchain-ver: 7.5.0

env:
PROJECT: ${{ matrix.project }}
Expand Down

0 comments on commit 9c7f587

Please sign in to comment.