[SCM] PostGIS branch master updated. 3.7.0beta1-116-gbad06afc2b

git at osgeo.org git at osgeo.org
Mon Jul 27 23:52:48 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  bad06afc2b7e21631b55765d159c24a08c68c51f (commit)
       via  31c435e1d4b7ac8095796e037dda599ee62aaaac (commit)
      from  8cd5f6a7e670fcd7e37f7887f3b619de33ef85f1 (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 bad06afc2b7e21631b55765d159c24a08c68c51f
Merge: 8cd5f6a7e6 31c435e1d4
Author: Darafei Praliaskouski <komzpa at gmail.com>
Date:   Mon Jul 27 23:52:47 2026 -0700

    Merge pull request 'ci: install parser generators for armhf portability' (!583) from Komzpa/postgis:codex/armhf-portability-builddeps into master
    
    The armhf portability job can rebuild generated parser sources when checkout timestamps make the grammar newer than the committed C file. Its foreign Debian dependency block did not install yacc-compatible parser generators, so that path failed before compilation with `No yacc found, cannot build parser`.
    
    Install bison and flex in the shared foreign-image preparation block so armhf and s390x portability jobs carry the same source-generation tools wherever they land.
    
    Reviewed-on: https://gitea.osgeo.org/postgis/postgis/pulls/583


commit 31c435e1d4b7ac8095796e037dda599ee62aaaac
Author: Darafei Praliaskouski <me at komzpa.net>
Date:   Tue Jul 28 07:47:34 2026 +0400

    ci: install parser generators for armhf portability

diff --git a/.woodpecker/portability.yml b/.woodpecker/portability.yml
index 2a68a7df3e..be156cec1f 100644
--- a/.woodpecker/portability.yml
+++ b/.woodpecker/portability.yml
@@ -32,6 +32,7 @@ variables:
     apt-get update
     apt-get install -y --no-install-recommends \
       autoconf automake libtool build-essential ca-certificates pkg-config \
+      bison flex \
       postgresql postgresql-server-dev-all \
       libcunit1-dev libgeos-dev libproj-dev libgdal-dev libjson-c-dev \
       libprotobuf-c-dev protobuf-c-compiler libxml2-dev gettext zlib1g-dev

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

Summary of changes:
 .woodpecker/portability.yml | 1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list