Skip to content

Commit

Permalink
github: use clang for ppc64le build
Browse files Browse the repository at this point in the history
the gcc compiler segfaults, use clang.

Signed-off-by: Giuseppe Scrivano <[email protected]>
  • Loading branch information
giuseppe committed Jan 29, 2025
1 parent c00c540 commit 545c356
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
distro: ubuntu_latest
- arch: ppc64le
distro: ubuntu_latest
env: CC=clang
- arch: riscv64
distro: ubuntu_latest
steps:
Expand All @@ -40,7 +41,7 @@ jobs:

install: |
apt-get update -y
apt-get install -y automake libtool autotools-dev libseccomp-dev git make libcap-dev cmake pkg-config gcc wget go-md2man libsystemd-dev gperf clang-format libyajl-dev libprotobuf-c-dev
apt-get install -y automake libtool autotools-dev libseccomp-dev git make libcap-dev cmake pkg-config gcc wget go-md2man libsystemd-dev gperf clang-format libyajl-dev libprotobuf-c-dev clang
run: |
find $(pwd) -name '.git' -exec bash -c 'git config --global --add safe.directory ${0%/.git}' {} \;
Expand Down

0 comments on commit 545c356

Please sign in to comment.