X-Git-Url: http://git.onelab.eu/?p=infrastructure.git;a=blobdiff_plain;f=scripts%2Fbuilds.sh;fp=scripts%2Fbuilds.sh;h=835b55de7abf87804e06e8938aa2a7621dbe694e;hp=84e34f34fc1b093477992ffc16caa3ad75cc1d88;hb=2ec0f89573e9995ad3540c7293abef0820dd7443;hpb=561e43e91b3711f310484ba66bab354074e23e03 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 &