[SCM] PostGIS branch master updated. 3.6.0rc2-125-g747d7732b

git at osgeo.org git at osgeo.org
Wed Oct 8 08:51:20 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  747d7732b009ee6821501f290a3f729e56a9634d (commit)
      from  598acb6241df31b6f77f115b7af796e1226424ab (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 747d7732b009ee6821501f290a3f729e56a9634d
Author: Regina Obe <lr at pcorp.us>
Date:   Wed Oct 8 11:50:27 2025 -0400

    Winnie try to fix path issue in binary regress

diff --git a/ci/winnie/regress_postgis.sh b/ci/winnie/regress_postgis.sh
index 229a16ed1..5a86e8db9 100644
--- a/ci/winnie/regress_postgis.sh
+++ b/ci/winnie/regress_postgis.sh
@@ -39,10 +39,10 @@ echo PATH AFTER: $PATH
 
 echo WORKSPACE IS $WORKSPACE
 #mkdir ${PROJECTS}/postgis/tmp
-export PGIS_REG_TMPDIR=${PROJECTS}/postgis/tmp/${POSTGIS_MICRO_VER}_pg${PG_VER}_geos${GEOS_VER}_gdal${GDAL_VER}w${OS_BUILD}
-rm -rf ${PGIS_REG_TMPDIR}
-mkdir ${PGIS_REG_TMPDIR}
-export TMPDIR=${PGIS_REG_TMPDIR}
+#export PGIS_REG_TMPDIR=${PROJECTS}/postgis/tmp/${POSTGIS_MICRO_VER}_pg${PG_VER}_geos${GEOS_VER}_gdal${GDAL_VER}w${OS_BUILD}
+#rm -rf ${PGIS_REG_TMPDIR}
+#mkdir ${PGIS_REG_TMPDIR}
+#export TMPDIR=${PGIS_REG_TMPDIR}
 
 #rm -rf ${PGIS_REG_TMPDIR}
 #TMPDIR=${PROJECTS}/postgis/tmp/${POSTGIS_VER}_${PG_VER}_${GEOS_VERSION}_${PROJ_VER}
@@ -99,7 +99,7 @@ LDFLAGS="-Wl,--enable-auto-import -L${PGPATH}/lib -L${LZ4_PATH}/lib -L${PROJECTS
 #patch liblwgeom generated make to get rid of dynamic linking
 #sed -i 's/LDFLAGS += -no-undefined//g' liblwgeom/Makefile
 
-make -j 4
+make -j 2
 make install
 
 # don't run tests twice. Only run regular if extension test is not asked for

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

Summary of changes:
 ci/winnie/regress_postgis.sh | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list