[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-242-g510d8d7d5
git at osgeo.org
git at osgeo.org
Fri Oct 21 09:43:13 PDT 2022
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".
The branch, master has been updated
via 510d8d7d5d65d2679b1591abc8dbcb872110cd5a (commit)
from 961552f6f8191db87448ab6c93c1cd750fdc34da (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 510d8d7d5d65d2679b1591abc8dbcb872110cd5a
Author: Sandro Santilli <strk at kbt.io>
Date: Fri Oct 21 18:41:56 2022 +0200
[cirrus-ci] Stop using parallel make
References #5263
diff --git a/.cirrus.yml b/.cirrus.yml
index 9f32e299d..08da56cfa 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -3,7 +3,7 @@ task:
name: FreeBSD
alias: test-freebsd
env:
- MAKE_FLAGS: -j 8
+ #MAKE_FLAGS: -j 8
install_script:
- sed -i.bak -e 's,pkg+http://pkg.FreeBSD.org/\${ABI}/quarterly,pkg+http://pkg.FreeBSD.org/\${ABI}/latest,' /etc/pkg/FreeBSD.conf
@@ -19,11 +19,11 @@ task:
- service postgresql oneinitdb
- service postgresql onestart
- su postgres -c "createuser -s `whoami`"
- - gmake -j8 || { service postgresql onestop; exit 1;}
- - gmake -j8 check || { service postgresql onestop; exit 1;}
- - gmake -j8 install || { service postgresql onestop; exit 1;}
- - gmake -j8 check RUNTESTFLAGS="-v --extension" || { service postgresql onestop; exit 1;}
- - gmake -j8 check RUNTESTFLAGS="-v --dumprestore" || { service postgresql onestop; exit 1;}
+ - gmake || { service postgresql onestop; exit 1;}
+ - gmake check || { service postgresql onestop; exit 1;}
+ - gmake install || { service postgresql onestop; exit 1;}
+ - gmake check RUNTESTFLAGS="-v --extension" || { service postgresql onestop; exit 1;}
+ - gmake check RUNTESTFLAGS="-v --dumprestore" || { service postgresql onestop; exit 1;}
- service postgresql onestop
freebsd_instance:
-----------------------------------------------------------------------
Summary of changes:
.cirrus.yml | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list