Skip to content

Commit

Permalink
github: disable aarch64, ppc64le and s390x build
Browse files Browse the repository at this point in the history
the compiler crashes in random places.  Re-enable when it works again.

Signed-off-by: Giuseppe Scrivano <[email protected]>
  • Loading branch information
giuseppe committed Jan 29, 2025
1 parent c00c540 commit 5b51cca
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:
include:
- arch: armv7
distro: ubuntu_latest
- arch: aarch64
distro: ubuntu_latest
- arch: s390x
distro: ubuntu_latest
- arch: ppc64le
distro: ubuntu_latest
# - arch: aarch64
# distro: ubuntu_latest
# - arch: s390x
# distro: ubuntu_latest
# - arch: ppc64le
# distro: ubuntu_latest
- arch: riscv64
distro: ubuntu_latest
steps:
Expand All @@ -40,7 +40,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 5b51cca

Please sign in to comment.