[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-295-g1fd7fd8c6

git at osgeo.org git at osgeo.org
Fri Oct 28 15:56:41 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  1fd7fd8c655754209e98be6c156601e7e06220a8 (commit)
      from  81479ce39923ba797f489d2d1cd17102a13fd456 (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 1fd7fd8c655754209e98be6c156601e7e06220a8
Author: Regina Obe <lr at pcorp.us>
Date:   Fri Oct 28 18:56:32 2022 -0400

    Change berrie64 to test against PG16 and GEOS 3.12.  PG15 berrie build is broken at the moment.

diff --git a/ci/berrie64/configs.sh b/ci/berrie64/configs.sh
index 745b6edbd..09ce6af01 100644
--- a/ci/berrie64/configs.sh
+++ b/ci/berrie64/configs.sh
@@ -1,8 +1,8 @@
 export WORKSPACE=/home/jenkins/workspace
-export GEOS_VER=3.11.1
+export GEOS_VER=3.12.0
 
 export OS_BUILD=64
-export PG_VER=15
+export PG_VER=16
 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}

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

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list