From c7cb64882f3359ea1f6e8c5476fb890a1be95d9a Mon Sep 17 00:00:00 2001 From: Faustin Lammler Date: Tue, 1 Oct 2024 09:27:29 +0200 Subject: [PATCH] Support for PPC on Debian 11 is EOL See: https://lists.debian.org/debian-announce/2024/msg00004.html --- .github/workflows/build-debian-based.yml | 2 +- constants.py | 1 - master.cfg | 1 - os_info.yaml | 1 - 4 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/build-debian-based.yml b/.github/workflows/build-debian-based.yml index 8af41015..c0f14e03 100644 --- a/.github/workflows/build-debian-based.yml +++ b/.github/workflows/build-debian-based.yml @@ -25,7 +25,7 @@ jobs: matrix: include: - image: debian:11 - platforms: linux/amd64, linux/arm64/v8, linux/ppc64le + platforms: linux/amd64, linux/arm64/v8 branch: 10.11 nogalera: false diff --git a/constants.py b/constants.py index b922e021..fab85921 100644 --- a/constants.py +++ b/constants.py @@ -118,7 +118,6 @@ "amd64-windows-packages", "ppc64be-aix-71", "ppc64le-centos-stream9", - "ppc64le-debian-11", "ppc64le-rhel-8", "ppc64le-rhel-9", "ppc64le-ubuntu-2004", diff --git a/master.cfg b/master.cfg index 64aea4b4..770f1cab 100644 --- a/master.cfg +++ b/master.cfg @@ -381,7 +381,6 @@ for builder in master_config["builders"]: if builder in [ "aarch64-openeuler-2403", "amd64-openeuler-2403", - "ppc64le-debian-11", "s390x-ubuntu-2004", "s390x-rhel-8", "s390x-sles-12", diff --git a/os_info.yaml b/os_info.yaml index 1e825fed..6caba015 100644 --- a/os_info.yaml +++ b/os_info.yaml @@ -30,7 +30,6 @@ debian-11: arch: - amd64 - aarch64 - - ppc64le type: deb debian-12: version_name: bookworm