[SCM] PostGIS branch master updated. 3.4.0rc1-938-gc38c834cd

git at osgeo.org git at osgeo.org
Sun Feb 25 09:54:00 PST 2024


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  c38c834cdc357f550a187c42e505c33e61ab943c (commit)
       via  249c68e61319bede80d6105b230a223aeffd7f45 (commit)
      from  ec6ddc0efe14bbf1ff5847e41fcbbb6d72c72714 (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 c38c834cdc357f550a187c42e505c33e61ab943c
Merge: ec6ddc0ef 249c68e61
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Sun Feb 25 09:53:57 2024 -0800

    Merge branch 'rouault-codeql_update'


commit 249c68e61319bede80d6105b230a223aeffd7f45
Author: Even Rouault <even.rouault at spatialys.com>
Date:   Sun Feb 25 11:16:45 2024 +0100

    codeql.yml: add 'apt-get update'
    
    fixes issues like https://github.com/OSGeo/gdal/actions/runs/8032403542/job/21944690464#step:4:126

diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index 2d290d1a6..4fdd1c507 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -53,6 +53,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-14 postgresql-client-14 libprotobuf-c-dev libprotoc-dev protobuf-c-compiler
 
     - name: Build

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

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list