From 2ec0f89573e9995ad3540c7293abef0820dd7443 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Thu, 24 Nov 2022 11:50:15 +0100 Subject: [PATCH] only build for f37 as plcapi no longer works on pg13 so on f35 --- scripts/builds.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/builds.sh b/scripts/builds.sh index 84e34f3..835b55d 100755 --- a/scripts/builds.sh +++ b/scripts/builds.sh @@ -22,7 +22,9 @@ # avoid using sfa in the build name, the tests then believe there is sfa available /root/bin/lbuild-nightly.sh -f f37 -b @DATE@--f37-nofed & -/root/bin/lbuild-nightly.sh -f f35 -b @DATE@--f35-nofed & +# as of fedora37 plcapi now works ONLY with pg14 so it is useless +# to try and build for f35 +#/root/bin/lbuild-nightly.sh -f f35 -b @DATE@--f35-nofed & [ -n "$SINGLE" ] && exit #/root/bin/lbuild-nightly.sh -f f33 -b @DATE@--f33-serverside & -- 2.43.0