Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CI on Github Actions for x86_64, aarch64, arm, ppc64 and s390x #476

Merged
merged 12 commits into from
Nov 10, 2023
Prev Previous commit
Next Next commit
Re-enable 128-2048 SVE testing
luhenry committed Nov 9, 2023

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
commit 85d4fbacbb1ab0a86c0d6ed8652664e2f81ce478
20 changes: 17 additions & 3 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
@@ -97,12 +97,17 @@ jobs:
strategy:
fail-fast: false
matrix:
arch: [aarch64, armhf, ppc64el, s390x]
include:
# AArch64
- arch: aarch64
# Aarch32
- arch: armhf
package: -arm-linux-gnueabihf
# PPC64
- arch: ppc64el
package: -powerpc64le-linux-gnu
# IBM Z
- arch: s390x

name: build-${{ matrix.arch }}
steps:
@@ -164,11 +169,20 @@ jobs:
strategy:
fail-fast: false
matrix:
arch: [aarch64, armhf, ppc64el, s390x]
include:
# AArch64
- arch: aarch64
qemu_cpu: "max,sve-max-vq=1"
qemu_cpu: "max,sve=off"
- arch: aarch64
qemu_cpu: "max,sve=on,sve128=on"
- arch: aarch64
qemu_cpu: "max,sve=on,sve256=on"
- arch: aarch64
qemu_cpu: "max,sve=on,sve512=on"
- arch: aarch64
blapie marked this conversation as resolved.
Show resolved Hide resolved
qemu_cpu: "max,sve=on,sve1024=on"
- arch: aarch64
qemu_cpu: "max,sve=on,sve2048=on"
# Aarch32
- arch: armhf
binfmt: arm