h3 doesn't work on i386
authorChristoph Berg <myon@debian.org>
Sat, 4 Nov 2023 15:24:48 +0000 (16:24 +0100)
committerChristoph Berg <myon@debian.org>
Sat, 4 Nov 2023 15:24:48 +0000 (16:24 +0100)
jenkins/pgapt-jobs.yaml

index 2142c2d8b95406c087b3268f54426c77bbfacf37..f75c312214d5f4fe51ad6d9a56c263d330db5549 100644 (file)
 - project:
         name: h3-pg
         git-url: https://salsa.debian.org/postgresql/h3-pg.git
+        arch-filter: 'architecture!="i386"' # from libh3
         # buster, focal: cmake too old
         dist-filter: '!(distribution in ["buster", "focal"])'
         backports: 'BACKPORTS=yes ' # bullseye: cmake >= 3.20
 - project:
         name: libh3
         git-url: https://salsa.debian.org/postgresql/libh3.git
+        arch-filter: 'architecture!="i386"' # buggy
         # buster, focal: cmake too old
         dist-filter: '!(distribution in ["buster", "focal"])'
         backports: 'BACKPORTS=yes ' # bullseye: cmake >= 3.20