Enable build profile pkg.postgresql.nollvm for postgresql-11
authorChristoph Berg <myon@debian.org>
Thu, 19 Sep 2024 10:32:51 +0000 (12:32 +0200)
committerChristoph Berg <myon@debian.org>
Thu, 19 Sep 2024 10:32:51 +0000 (12:32 +0200)
jenkins/builddebcheck-pgapt
jenkins/sbuild-package

index 3b66d04fc61089cf821163720488c5b75c0c7df1..14af22540b6565ad769461c11692bc007bb38156 100755 (executable)
@@ -97,6 +97,8 @@ case $architecture in
 esac
 
 # packages not tested on certain dists
+# postgresql-11 needs llvm-15 (disabled via pkg.postgresql.nollvm, but let's not set that globally here)
+case $distribution in sid|trixie) remove_packages $MAINSRC postgresql-11 ;; esac
 # python-werkzeug needs DH 12 and python3-sphinx-issues
 case $distribution in
   buster|stretch|eoan|disco|bionic|xenial)
index a867dbdcaee79c3702611898dd0d0e6888bf2cfd..c34c178b76ddb38c216f6c66108e7907c10f0878 100755 (executable)
@@ -93,6 +93,13 @@ case $PACKAGE in
     esac
     ;;
 
+  postgresql-11)
+    case $distribution in
+      # trixie removed llvm 15
+      sid|trixie) DEB_BUILD_PROFILES="$DEB_BUILD_PROFILES pkg.postgresql.nollvm" ;;
+    esac
+    ;;
+
   vip-manager)
     case $distribution in
       buster|jammy|focal)