[SCM] PostGIS branch master updated. 3.5.0-466-g6d298e464

git at osgeo.org git at osgeo.org
Tue Jul 15 17:28:10 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  6d298e4649bee9d55af2b3eeb8f253521ea22464 (commit)
      from  da1095acf25ae160557d4e32973f63d3f523c319 (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 6d298e4649bee9d55af2b3eeb8f253521ea22464
Author: Regina Obe <lr at pcorp.us>
Date:   Tue Jul 15 20:28:05 2025 -0400

    Fix sfcgal path for berrie64 - References  #5945

diff --git a/ci/berrie64/configs.sh b/ci/berrie64/configs.sh
index bb83179a6..8cc3a7aa8 100644
--- a/ci/berrie64/configs.sh
+++ b/ci/berrie64/configs.sh
@@ -5,7 +5,7 @@ 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/rel-sfcgal-${SFCGAL_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:${SFCGAL_PATH}/bin:${SFCGAL_PATH}/lib:${PATH}

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

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list