[postgis-tickets] [SCM] PostGIS branch master updated. 3.4.0rc1-532-g3ded186d2

git at osgeo.org git at osgeo.org
Thu Sep 14 00:58:55 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, master has been updated
       via  3ded186d20be98492f7e0be75cb73a1ca9289ce0 (commit)
      from  a9559257be3d1f7eb8497228af06d9b774d16846 (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 3ded186d20be98492f7e0be75cb73a1ca9289ce0
Author: Sandro Santilli <strk at kbt.io>
Date:   Thu Sep 14 09:58:41 2023 +0200

    [cirrus-ci] Add docbook and docbook-xsl to macos build

diff --git a/.cirrus.yml b/.cirrus.yml
index c8dcdc7b7..9aa5cf4a1 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -64,7 +64,23 @@ task:
   alias: test-macos
   test_script:
     - brew update
-    - brew install autoconf automake libtool gpp pkg-config gdal geos json-c pcre2 postgresql at 14 proj protobuf-c sfcgal cunit
+    - brew install
+        autoconf
+        automake
+        cunit
+        docbook
+        docbook-xsl
+        gdal
+        geos
+        gpp
+        json-c
+        libtool
+        pcre2
+        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
     - brew services start postgresql at 14

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

Summary of changes:
 .cirrus.yml | 18 +++++++++++++++++-
 1 file changed, 17 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list