From 17e66d7813d9f8536efb1014be9bbfe027ad5c25 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 --- constants.py | 1 - master.cfg | 1 - os_info.yaml | 1 - 3 files changed, 3 deletions(-) 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