[SCM] PostGIS branch master updated. 3.5.0-258-gdb01aa06e
git at osgeo.org
git at osgeo.org
Thu Apr 10 00:11:07 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 db01aa06e3710cd034bbdf08740ed5fae2900f12 (commit)
from 5f112637fecf7089ec06df7ef722ad6ec200519a (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 db01aa06e3710cd034bbdf08740ed5fae2900f12
Author: Loïc Bartoletti <loic.bartoletti at oslandia.com>
Date: Fri Feb 23 08:03:19 2024 +0100
CodeQL: Enable SFCGAL
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index e6e1ae234..9ee56b72a 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 clang-19
+ sudo apt-get install -y g++ autoconf automake libgeos-dev libproj-dev libgdal-dev libjson-c-dev libsfcgal-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