[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0beta2-11-g5d53f3436

git at osgeo.org git at osgeo.org
Sat Jul 23 21:44:07 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  5d53f343628cbf5a35a0781f1c9c1a265f26035d (commit)
      from  d0b68e84ab91d4966925f0781a953aae26278957 (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 5d53f343628cbf5a35a0781f1c9c1a265f26035d
Author: Regina Obe <lr at pcorp.us>
Date:   Sun Jul 24 00:44:02 2022 -0400

    Have debbie build without the --with-minor-lib-version to prevent her from trying to upgrade using an old .so file

diff --git a/ci/debbie/postgis_regress.sh b/ci/debbie/postgis_regress.sh
index 0b67328d0..555c0e432 100644
--- a/ci/debbie/postgis_regress.sh
+++ b/ci/debbie/postgis_regress.sh
@@ -67,7 +67,7 @@ fi
     --with-geosconfig=${PROJECTS}/geos/rel-${GEOS_VER}w${OS_BUILD}/bin/geos-config \
     --with-gdalconfig=${PROJECTS}/gdal/rel-${GDAL_VER}w${OS_BUILD}/bin/gdal-config \
     --without-interrupt-tests \
-    --prefix=${PROJECTS}/pg/rel/pg${PG_VER}w${OS_BUILD} --with-library-minor-version
+    --prefix=${PROJECTS}/pg/rel/pg${PG_VER}w${OS_BUILD}
 make clean
 make
 

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

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list