[SCM] PostGIS branch stable-3.5 updated. 3.5.3-44-g5591de3dd

git at osgeo.org git at osgeo.org
Sat Aug 16 13:07:59 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, stable-3.5 has been updated
       via  5591de3dd3fcf839765528a277d013738f7b7eb6 (commit)
      from  340f6426eda9c957aa0fb00fd8e968aae2fc9d5b (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 5591de3dd3fcf839765528a277d013738f7b7eb6
Author: Regina Obe <lr at pcorp.us>
Date:   Sat Aug 16 16:07:53 2025 -0400

    Build and test postgis_sfcgal on berrie64 so master doesn't fail when trying to upgrade sfcgal

diff --git a/ci/berrie64/configs.sh b/ci/berrie64/configs.sh
index a732c7a2f..397c4f30f 100644
--- a/ci/berrie64/configs.sh
+++ b/ci/berrie64/configs.sh
@@ -1,14 +1,17 @@
 export WORKSPACE=/home/jenkins/workspace
 export GEOS_VER=3.11.6
+export SFCGAL_VER=master
 
 export OS_BUILD=64
 export PG_VER=17
 export GEOS_PATH=${WORKSPACE}/geos/rel-${GEOS_VER}
+export SFCGAL_PATH=${WORKSPACE}/sfcgal/label/${label}/rel-sfcgal-${SFCGAL_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 PKG_CONFIG_PATH="${GEOS_PATH}/lib/pkgconfig"
+export PATH=${PGPATH}/bin:${PGPATH}/lib:${SFCGAL_PATH}/bin:${SFCGAL_PATH}/lib:${GEOS_PATH}/bin:${GEOS_PATH}/lib:${PATH}
+
+export PKG_CONFIG_PATH="${SFCGAL_PATH}/lib/pkgconfig:${GEOS_PATH}/lib/pkgconfig"
 export PGPORT=55434
 export PGDATA=$PGPATH/data_${PGPORT}
 export PGHOST=localhost
-export LD_LIBRARY_PATH="${GEOS_PATH}/lib:${PGPATH}/lib"
+export LD_LIBRARY_PATH="${SFCGAL_PATH}/lib:${GEOS_PATH}/lib:${PGPATH}/lib"

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

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list