[SCM] PostGIS branch master updated. 3.6.0beta1-33-gfccea8e02

git at osgeo.org git at osgeo.org
Fri Aug 15 21:38:26 PDT 2025


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  fccea8e02a4091e07ffc85b741421ef3233d4b39 (commit)
      from  d70143462d8905b2e7460b6647f475aa5895a39f (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 fccea8e02a4091e07ffc85b741421ef3233d4b39
Author: Regina Obe <lr at pcorp.us>
Date:   Sat Aug 16 00:37:12 2025 -0400

    Try to fix berrie failures
    
     - Upgrade berrie64 geos to 3.14.0 as 3.5 upgrade was failing because was running with older geos
     - Downgrade berrie to 3.13.1 cause she's crashing on newer coverage

diff --git a/ci/berrie/configs.sh b/ci/berrie/configs.sh
index a589f03ab..174851138 100644
--- a/ci/berrie/configs.sh
+++ b/ci/berrie/configs.sh
@@ -1,5 +1,5 @@
 export WORKSPACE=/home/jenkins/workspace
-export GEOS_VER=3.14.0
+export GEOS_VER=3.13.1
 
 export OS_BUILD=32
 export PG_VER=15
diff --git a/ci/berrie64/configs.sh b/ci/berrie64/configs.sh
index 397c4f30f..cffdf4bc5 100644
--- a/ci/berrie64/configs.sh
+++ b/ci/berrie64/configs.sh
@@ -1,5 +1,5 @@
 export WORKSPACE=/home/jenkins/workspace
-export GEOS_VER=3.11.6
+export GEOS_VER=3.14.0
 export SFCGAL_VER=master
 
 export OS_BUILD=64

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

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list