Disable pgloader on bullseye/ppc64el
authorChristoph Berg <myon@debian.org>
Mon, 28 Oct 2024 14:36:17 +0000 (15:36 +0100)
committerChristoph Berg <myon@debian.org>
Mon, 28 Oct 2024 14:36:17 +0000 (15:36 +0100)
Compilation stopped working

jenkins/pgapt-jobs.yaml

index 70080d424259b119986a83c1a6911acda2ecc9ad..f420ccd1b3b0489e52e42274a406153b2d6eae34 100644 (file)
 - 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