[SCM] PostGIS branch master updated. 3.6.0rc2-370-g9346e2beb
git at osgeo.org
git at osgeo.org
Fri Mar 6 10:41:36 PST 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 9346e2beb44b2b6c873f48dc62e5a2699ef48d44 (commit)
from be42c33700f1f4bd34ae8ee181509cf1e89de680 (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 9346e2beb44b2b6c873f48dc62e5a2699ef48d44
Author: Darafei Praliaskouski <me at komzpa.net>
Date: Fri Mar 6 21:52:02 2026 +0400
ci: drop PostgreSQL dev package from codespell job
diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml
index a575d9bdd..2549dbc79 100644
--- a/.github/workflows/codespell.yml
+++ b/.github/workflows/codespell.yml
@@ -23,11 +23,10 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y --no-install-recommends \
+ codespell \
autoconf automake libtool pkg-config \
- postgresql-server-dev-all \
libgeos-dev libproj-dev libxml2-dev \
libxml2-utils docbook-xml docbook-xsl docbook-xsl-ns xsltproc
- sudo pip install codespell
- name: 'Build & Test'
run: |
-----------------------------------------------------------------------
Summary of changes:
.github/workflows/codespell.yml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list