[SCM] PostGIS branch master updated. 3.5.0-31-g1dca45667
git at osgeo.org
git at osgeo.org
Wed Oct 23 00:20:11 PDT 2024
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 1dca456676b9215f49cd012687a8af8666fc464c (commit)
from f8b6beb840c6beefd8d61d5d6ff7574d0ae2e63f (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 1dca456676b9215f49cd012687a8af8666fc464c
Author: Regina Obe <lr at pcorp.us>
Date: Wed Oct 23 03:18:55 2024 -0400
REFINEMENTS to bots
- winnie build in parallel
- berrie64, berrie test against GEOS main branch (3.14.0)
diff --git a/ci/berrie/configs.sh b/ci/berrie/configs.sh
index 098cb2e4e..a589f03ab 100644
--- a/ci/berrie/configs.sh
+++ b/ci/berrie/configs.sh
@@ -1,5 +1,5 @@
export WORKSPACE=/home/jenkins/workspace
-export GEOS_VER=3.13.0
+export GEOS_VER=3.14.0
export OS_BUILD=32
export PG_VER=15
diff --git a/ci/berrie64/configs.sh b/ci/berrie64/configs.sh
index 3b73a0024..9b2e7aae8 100644
--- a/ci/berrie64/configs.sh
+++ b/ci/berrie64/configs.sh
@@ -1,5 +1,5 @@
export WORKSPACE=/home/jenkins/workspace
-export GEOS_VER=3.13.0
+export GEOS_VER=3.14.0
export OS_BUILD=64
export PG_VER=17
diff --git a/ci/winnie/regress_postgis.sh b/ci/winnie/regress_postgis.sh
index 68bb41988..100497f64 100644
--- a/ci/winnie/regress_postgis.sh
+++ b/ci/winnie/regress_postgis.sh
@@ -91,7 +91,7 @@ LDFLAGS="-Wl,--enable-auto-import -L${PGPATH}/lib -L${LZ4_PATH}/lib -L${PROJECTS
#patch liblwgeom generated make to get rid of dynamic linking
#sed -i 's/LDFLAGS += -no-undefined//g' liblwgeom/Makefile
-make
+make -j 4
make install
make check RUNTESTFLAGS=-v
-----------------------------------------------------------------------
Summary of changes:
ci/berrie/configs.sh | 2 +-
ci/berrie64/configs.sh | 2 +-
ci/winnie/regress_postgis.sh | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list