builddebcheck: Exclude h3-pg on i386
authorChristoph Berg <myon@debian.org>
Sun, 5 Nov 2023 11:24:59 +0000 (12:24 +0100)
committerChristoph Berg <myon@debian.org>
Sun, 5 Nov 2023 11:24:59 +0000 (12:24 +0100)
jenkins/builddebcheck-pgapt

index 1fbd9d0838eb2768da025c35ab9ad85160bcc9a4..4bb7b422304fdc6c84c9ba1ef17a25e227b7c1a1 100755 (executable)
@@ -83,11 +83,14 @@ if [ "$HAS_BACKPORTS" ]; then
     done
 fi
 
-# packages not tested on ppc64el
+# packages not tested on specific architectures
 case $architecture in
   ppc64el|s390x)
   remove_packages $MAINSRC buildapp cffi cl-unicode pgloader sbcl plv8
   ;;
+  i386)
+    remove_packages $MAINSRC h3-pg
+    ;;
 esac
 
 # packages not tested on certain dists