only build for f37 as plcapi no longer works on pg13 so on f35
[infrastructure.git] / scripts / builds.sh
index 84e34f3..835b55d 100755 (executable)
@@ -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 &