[SCM] PostGIS branch stable-3.5 updated. 3.5.2-23-g07c8ba129

git at osgeo.org git at osgeo.org
Tue Apr 15 11:54:13 PDT 2025


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, stable-3.5 has been updated
       via  07c8ba1296bfef502752487f1e28740771f70a80 (commit)
      from  c675922c2a8cd1d1b4e9b5b987c390dd1b85b523 (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 07c8ba1296bfef502752487f1e28740771f70a80
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Tue Apr 15 11:54:08 2025 -0700

    Add clang-19 to codeQL deps list

diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index 6396f7408..e6e1ae234 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -54,7 +54,7 @@ jobs:
     - name: Install dependencies
       run: |
           sudo apt-get update
-          sudo apt-get install -y g++ autoconf automake libgeos-dev libproj-dev libgdal-dev libjson-c-dev gettext libxml2-dev postgresql-server-dev-16 postgresql-client-16 libprotobuf-c-dev libprotoc-dev protobuf-c-compiler
+          sudo apt-get install -y g++ autoconf automake libgeos-dev libproj-dev libgdal-dev libjson-c-dev gettext libxml2-dev postgresql-server-dev-16 postgresql-client-16 libprotobuf-c-dev libprotoc-dev protobuf-c-compiler clang-19
 
     - name: Build
       run: |

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

Summary of changes:
 .github/workflows/codeql.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list