From d2e38fc6e07b3e94623b73f64868049bb6d71a37 Mon Sep 17 00:00:00 2001 From: Christoph Berg Date: Mon, 28 Oct 2024 15:36:17 +0100 Subject: [PATCH] Disable pgloader on bullseye/ppc64el Compilation stopped working --- jenkins/pgapt-jobs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jenkins/pgapt-jobs.yaml b/jenkins/pgapt-jobs.yaml index 70080d4..f420ccd 100644 --- a/jenkins/pgapt-jobs.yaml +++ b/jenkins/pgapt-jobs.yaml @@ -1542,9 +1542,9 @@ - project: name: pgloader git-url: https://salsa.debian.org/postgresql/pgloader.git - # ppc64el doesn't have sbcl on the older Debian dists, and not on older Ubuntus at all + # ppc64el doesn't have sbcl on the older Ubuntus; things stopped working on bullseye/ppc64el # s390x doesn't have sbcl - arch-filter: '!(architecture=="ppc64el" && distribution in ["jammy", "focal"] || architecture in ["s390x"])' + arch-filter: '!(architecture=="ppc64el" && distribution in ["bullseye", "jammy", "focal"] || architecture in ["s390x"])' jobs: - git-packages -- 2.39.5