Disable pgloader on i386
authorChristoph Berg <myon@debian.org>
Sat, 27 Jul 2024 07:35:15 +0000 (10:35 +0300)
committerChristoph Berg <myon@debian.org>
Sat, 27 Jul 2024 07:35:15 +0000 (10:35 +0300)
jenkins/pgapt-jobs.yaml

index a56788a9646f3cc53610bd0ce8c039fd21a983aa..0a69588f1c5efca8cc7b4380c56840a12eb48365 100644 (file)
         name: pgloader
         git-url: https://github.com/dimitri/pgloader.git
         # ppc64el doesn't have sbcl on the older Debian dists, and not on older Ubuntus at all
+        # i386 excluded on cl-ironclad maintainer request (#1077220)
         # s390x doesn't have sbcl
-        arch-filter: '!(architecture=="ppc64el" && distribution in ["jammy", "focal"] || architecture=="s390x")'
+        arch-filter: '!(architecture=="ppc64el" && distribution in ["jammy", "focal"] || architecture in ["i386", "s390x"])'
         # buster: ssl problems in testsuite
         dist-filter: '!(distribution in ["buster"])'
         jobs: