Compilation stopped working
- 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