From 5ccdf98e69fb6ab0d84e7ba8927655d9cd66b317 Mon Sep 17 00:00:00 2001 From: Davide Bettio Date: Tue, 17 Oct 2023 23:03:38 +0200 Subject: [PATCH] Build and test on a big endian arch Signed-off-by: Davide Bettio --- .github/workflows/build-and-test-other.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-and-test-other.yaml b/.github/workflows/build-and-test-other.yaml index 98d160c008..c7a1bcee46 100644 --- a/.github/workflows/build-and-test-other.yaml +++ b/.github/workflows/build-and-test-other.yaml @@ -108,11 +108,11 @@ jobs: tag: "bullseye" cflags: "-O2" - # It looks like we don't really support big-endian - # - arch: "powerpc" - # distro: "jessie" - # base_url: "http://archive.debian.org/debian" - # cflags: "-std=gnu99 -Os" + # Required for testing big endian archs + - arch: "s390x" + platform: "s390x" + tag: "bullseye" + cflags: "-O2" steps: - name: Checkout repo