[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0beta2-12-gc3a42475e

git at osgeo.org git at osgeo.org
Sun Jul 24 11:31:28 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  c3a42475e2e94404b8b33c86924d32a869425748 (commit)
      from  5d53f343628cbf5a35a0781f1c9c1a265f26035d (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 c3a42475e2e94404b8b33c86924d32a869425748
Author: Regina Obe <lr at pcorp.us>
Date:   Sun Jul 24 14:31:13 2022 -0400

    Revise berries to use --enable-lto to catch issues such as those noted in #5157

diff --git a/ci/berrie/postgis_regress.sh b/ci/berrie/postgis_regress.sh
index cfdfe32af..8735fc966 100644
--- a/ci/berrie/postgis_regress.sh
+++ b/ci/berrie/postgis_regress.sh
@@ -16,7 +16,8 @@ echo $WORKSPACE
 sh autogen.sh
 ./configure --with-pgconfig=${PGPATH}/bin/pg_config \
   --with-geosconfig=${GEOS_PATH}/bin/geos-config \
-	--without-protobuf --with-library-minor-version
+	--without-protobuf --with-library-minor-version \
+	--enable-lto
 #make clean
 make
 export err_status=0
diff --git a/ci/berrie64/postgis_regress.sh b/ci/berrie64/postgis_regress.sh
index dccbf5083..1f9cb18d3 100644
--- a/ci/berrie64/postgis_regress.sh
+++ b/ci/berrie64/postgis_regress.sh
@@ -15,7 +15,7 @@ echo $PATH
 cd ${WORKSPACE}/PostGIS_Worker_Run/label/${label}/$BRANCH
 
 sh autogen.sh
-./configure --with-pgconfig=${PGPATH}/bin/pg_config --with-geosconfig=${GEOS_PATH}/bin/geos-config --with-library-minor-version
+./configure --with-pgconfig=${PGPATH}/bin/pg_config --with-geosconfig=${GEOS_PATH}/bin/geos-config --with-library-minor-version --enable-lto
 #make clean
 make
 export err_status=0

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

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list