[postgis-tickets] [SCM] PostGIS branch stable-3.2 updated. 3.2.4-25-g76505b970
git at osgeo.org
git at osgeo.org
Tue May 16 05:23:59 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.2 has been updated
via 76505b970ea1c91bdde2870652c4415ab359083e (commit)
from aa4eec7df397995efebed1abb9627d440f42bd3a (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 76505b970ea1c91bdde2870652c4415ab359083e
Author: Sandro Santilli <strk at kbt.io>
Date: Tue May 16 14:23:01 2023 +0200
Have debbie build with library minor version
Reduces chances of conflicts between CI builds.
See https://debbie.postgis.net/job/PostGIS_Regress/25034/console
diff --git a/ci/debbie/postgis_regress.sh b/ci/debbie/postgis_regress.sh
index eed2f448c..d26eb6ec5 100644
--- a/ci/debbie/postgis_regress.sh
+++ b/ci/debbie/postgis_regress.sh
@@ -66,6 +66,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 \
+ --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 | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list