[SCM] PostGIS branch master updated. 3.6.0rc2-453-g9e9e4712a

git at osgeo.org git at osgeo.org
Tue Apr 14 07:58:45 PDT 2026


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  9e9e4712a448d71914aeaa2217f293a0349e4b8c (commit)
      from  43af076ad4cf42a4fb1c12cb497425b958246c6f (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 9e9e4712a448d71914aeaa2217f293a0349e4b8c
Author: Sandro Santilli <strk at kbt.io>
Date:   Tue Apr 14 16:58:26 2026 +0200

    Stop requesting address-standardizer from CI
    
    References #6053

diff --git a/.cirrus.yml b/.cirrus.yml
index f51e66b2c..bf74e73ba 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -41,7 +41,7 @@ task:
   build_script:
     - |
       ./autogen.sh
-      ./configure PKG_CONFIG=/usr/local/bin/pkgconf CFLAGS="-isystem /usr/local/include -Wall -fno-omit-frame-pointer -Werror" LDFLAGS="-L/usr/local/lib" --with-libiconv-prefix=/usr/local --without-gui --with-topology --without-raster --with-sfcgal=/usr/local/bin/sfcgal-config --with-address-standardizer --with-protobuf
+      ./configure PKG_CONFIG=/usr/local/bin/pkgconf CFLAGS="-isystem /usr/local/include -Wall -fno-omit-frame-pointer -Werror" LDFLAGS="-L/usr/local/lib" --with-libiconv-prefix=/usr/local --without-gui --with-topology --without-raster --with-sfcgal=/usr/local/bin/sfcgal-config --with-protobuf
       service postgresql oneinitdb
       service postgresql onestart
       su postgres -c "createuser -s `whoami`"
@@ -140,7 +140,6 @@ task:
                   --with-topology \
                   --without-raster \
                   --with-sfcgal \
-                  --with-address-standardizer \
                   --with-protobuf \
                   --with-pgconfig=${PGCONFIG}
 
diff --git a/ci/bessie32/postgis_regress.sh b/ci/bessie32/postgis_regress.sh
index 82d86a6de..eba97ac78 100644
--- a/ci/bessie32/postgis_regress.sh
+++ b/ci/bessie32/postgis_regress.sh
@@ -17,7 +17,6 @@ sh autogen.sh
   --with-topology \
   --with-raster \
   --with-sfcgal=/usr/local/bin/sfcgal-config \
-  --with-address-standardizer \
   --with-protobuf \
   --with-wagyu
 

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

Summary of changes:
 .cirrus.yml                    | 3 +--
 ci/bessie32/postgis_regress.sh | 1 -
 2 files changed, 1 insertion(+), 3 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list