[postgis-tickets] [SCM] PostGIS branch stable-2.5 updated. 2.5.5-28-g04dfcfb56

git at osgeo.org git at osgeo.org
Fri Feb 4 22:23:42 PST 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, stable-2.5 has been updated
       via  04dfcfb5625981fd93c7db0de6e110bb9373530e (commit)
      from  3040f59392e80381d886ded352cd906f2fd0084e (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 04dfcfb5625981fd93c7db0de6e110bb9373530e
Author: Regina Obe <lr at pcorp.us>
Date:   Sat Feb 5 01:23:16 2022 -0500

    have berrie64 test with geos 3.9

diff --git a/ci/berrie64/configs.sh b/ci/berrie64/configs.sh
index ed12d66b0..0e7c891d2 100644
--- a/ci/berrie64/configs.sh
+++ b/ci/berrie64/configs.sh
@@ -1,16 +1,15 @@
 export WORKSPACE=/home/jenkins/workspace
-#export GEOS_VER=3.11.0
+export GEOS_VER=3.9.3
 
 export OS_BUILD=64
 export PG_VER=12
-#export GEOS_PATH=${WORKSPACE}/geos/rel-${GEOS_VER}
+export GEOS_PATH=${WORKSPACE}/geos/rel-${GEOS_VER}
 #export GEOS_PATH=~/geos/rel-${GEOS_VER}
 export PGPATH=${WORKSPACE}/pg/label/${label}/rel/pg${PG_VER}w${OS_BUILD}
-#export PATH=${PGPATH}/bin:${PGPATH}/lib:${GEOS_PATH}/bin:${GEOS_PATH}/lib:${PATH}
+export PATH=${PGPATH}/bin:${PGPATH}/lib:${GEOS_PATH}/bin:${GEOS_PATH}/lib:${PATH}
 export PATH=${PGPATH}/bin:${PGPATH}/lib:${PATH}
-#export PKG_CONFIG_PATH="${GEOS_PATH}/lib/pkgconfig"
+export PKG_CONFIG_PATH="${GEOS_PATH}/lib/pkgconfig"
 export PGPORT=55433
 export PGDATA=$PGPATH/data_${PGPORT}
 export PGHOST=localhost
-#export LD_LIBRARY_PATH="${GEOS_PATH}/lib:${PGPATH}/lib"
-export LD_LIBRARY_PATH="${PGPATH}/lib"
+export LD_LIBRARY_PATH="${GEOS_PATH}/lib:${PGPATH}/lib"

-----------------------------------------------------------------------

Summary of changes:
 ci/berrie64/configs.sh | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list