[SCM] PostGIS branch master updated. 3.4.0rc1-1117-g1cfeb88f9

git at osgeo.org git at osgeo.org
Mon May 20 05:26:06 PDT 2024


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  1cfeb88f9a4786ded15db1f4ede6821f3184316e (commit)
      from  e08d2ab59f11d3cffa69f7ee05d1235055ffbe49 (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 1cfeb88f9a4786ded15db1f4ede6821f3184316e
Author: Loïc Bartoletti <loic.bartoletti at oslandia.com>
Date:   Mon May 20 09:49:55 2024 +0200

    [cirrus-ci] disable protobuf
    
    Closes #5730

diff --git a/.cirrus.yml b/.cirrus.yml
index f20068ac7..c5249f3b0 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -79,10 +79,9 @@ task:
         pkg-config
         postgresql at 14
         proj
-        protobuf-c
         sfcgal
     - ./autogen.sh
-    - ./configure --without-gui --without-interrupt-tests --without-topology --without-raster  --with-sfcgal --with-address-standardizer --with-protobuf --with-pgconfig=/opt/homebrew/opt/postgresql at 14/bin/pg_config
+    - ./configure --without-gui --without-interrupt-tests --without-topology --without-raster  --with-sfcgal --with-address-standardizer --without-protobuf --with-pgconfig=/opt/homebrew/opt/postgresql at 14/bin/pg_config
     - brew services start postgresql at 14
     - postgres -V
     - make -j8 || { brew services stop postgresql at 14; exit 1;}

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

Summary of changes:
 .cirrus.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list