From fc54137e964d068634ba94f6460646b692cb7182 Mon Sep 17 00:00:00 2001 From: Christoph Berg Date: Thu, 19 Sep 2024 12:32:51 +0200 Subject: [PATCH] Enable build profile pkg.postgresql.nollvm for postgresql-11 --- jenkins/builddebcheck-pgapt | 2 ++ jenkins/sbuild-package | 7 +++++++ 2 files changed, 9 insertions(+) diff --git a/jenkins/builddebcheck-pgapt b/jenkins/builddebcheck-pgapt index 3b66d04..14af225 100755 --- a/jenkins/builddebcheck-pgapt +++ b/jenkins/builddebcheck-pgapt @@ -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) diff --git a/jenkins/sbuild-package b/jenkins/sbuild-package index a867dbd..c34c178 100755 --- a/jenkins/sbuild-package +++ b/jenkins/sbuild-package @@ -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) -- 2.39.5