[postgis-tickets] [SCM] PostGIS branch stable-3.3 updated. 3.3.2-36-g8b5d09917

git at osgeo.org git at osgeo.org
Sun Mar 26 15:17:09 PDT 2023


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.3 has been updated
       via  8b5d099176624a77d6edbbdb8e215c56cc90f4bf (commit)
      from  4c4d0952bfdceaa5de1e6fcd51749c31cc8b3efd (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 8b5d099176624a77d6edbbdb8e215c56cc90f4bf
Author: Regina Obe <lr at pcorp.us>
Date:   Sun Mar 26 18:16:59 2023 -0400

    Have debbie build with minor-version.

diff --git a/ci/debbie/postgis_regress.sh b/ci/debbie/postgis_regress.sh
index 555c0e432..11cbe5684 100644
--- a/ci/debbie/postgis_regress.sh
+++ b/ci/debbie/postgis_regress.sh
@@ -67,7 +67,8 @@ 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}
+    --prefix=${PROJECTS}/pg/rel/pg${PG_VER}w${OS_BUILD} \
+    --with-library-minor-version
 make clean
 make
 

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

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list