[SCM] PostGIS branch master updated. 3.5.0-250-g210ef2b69

git at osgeo.org git at osgeo.org
Tue Apr 8 14:57:09 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, master has been updated
       via  210ef2b69d5eff991321a7dd9c0c4ab54fd4780f (commit)
      from  03c54e3d06b866937749e594be043f75aa112e9b (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 210ef2b69d5eff991321a7dd9c0c4ab54fd4780f
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Tue Apr 8 14:56:53 2025 -0700

    Fix CodeQL CI entry to build

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