Skip to content

Commit

Permalink
Exclude LLVM 18 on ppc64
Browse files Browse the repository at this point in the history
  • Loading branch information
hmelder committed Feb 4, 2025
1 parent 99caea5 commit 2dd7454
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,11 @@ jobs:
system-processor: powerpc64le
triple: powerpc64le-linux-gnu
rtld: ld64.so.2
exclude:
# FIXME(hugo): Hangs while executing tests.
- llvm-version: 18
arch:
name: ppc64el
# Don't abort runners if a single one fails
fail-fast: false
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2dd7454

Please sign in to comment.