[postgis-tickets] [SCM] PostGIS branch master updated. 3.4.0beta1-47-gec00ef3d9

git at osgeo.org git at osgeo.org
Thu Jul 20 07:44:32 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  ec00ef3d9d49a89bf727b732acfa0ebb9809d1d3 (commit)
       via  15a7ce6d6e4b8e37a883cef80bbd90831408fc0c (commit)
      from  20967e1bffd97d2c630bcd0f132134cf0a7e5759 (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 ec00ef3d9d49a89bf727b732acfa0ebb9809d1d3
Author: Sandro Santilli <strk at kbt.io>
Date:   Thu Jul 20 16:41:44 2023 +0200

    We don't need protobuf and raster for building docs

diff --git a/.woodpecker/docs.yml b/.woodpecker/docs.yml
index 36642ca21..af70135a8 100644
--- a/.woodpecker/docs.yml
+++ b/.woodpecker/docs.yml
@@ -37,7 +37,7 @@ pipeline:
     commands:
       - ./autogen.sh
       - mkdir -p build-docs && cd build-docs
-      - ../configure --without-pg
+      - ../configure --without-pg --without-protobuf --without-raster
       - make postgis_revision.h
     when:
       path: *when_path_full

commit 15a7ce6d6e4b8e37a883cef80bbd90831408fc0c
Author: Sandro Santilli <strk at kbt.io>
Date:   Thu Jul 20 16:44:05 2023 +0200

    [winnie] Debug shared variables

diff --git a/ci/winnie/regress_postgis.sh b/ci/winnie/regress_postgis.sh
index 99199f441..49ba72205 100644
--- a/ci/winnie/regress_postgis.sh
+++ b/ci/winnie/regress_postgis.sh
@@ -2,7 +2,8 @@
 
 . $(dirname $0)/winnie_common.h
 
-set -e
+echo "MSYS2_ARG_CONV_EXCL=$MSYS2_ARG_CONV_EXCL"
+
 if  [[ "${OVERRIDE}" == '' ]] ; then
 	export GEOS_VER=3.11.0
 	export GDAL_VER=3.4.2

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

Summary of changes:
 .woodpecker/docs.yml         | 2 +-
 ci/winnie/regress_postgis.sh | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list