[SCM] PostGIS branch master updated. 3.5.0-303-g5ee35d5fb
git at osgeo.org
git at osgeo.org
Wed Apr 30 11:20:23 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 5ee35d5fb8904d329e0492a4fd7b32ad146a7156 (commit)
from 6c8e72ab075213c7c4743dcb32afd731fa1db163 (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 5ee35d5fb8904d329e0492a4fd7b32ad146a7156
Author: Sandro Santilli <strk at kbt.io>
Date: Wed Apr 30 20:16:52 2025 +0200
[gitlab-inaf] PostgreSQL server dev package name temptative fix
diff --git a/.gitlab/inaf.it/ci.yml b/.gitlab/inaf.it/ci.yml
index ff5872798..28e76b906 100644
--- a/.gitlab/inaf.it/ci.yml
+++ b/.gitlab/inaf.it/ci.yml
@@ -6,6 +6,7 @@
except:
- main
before_script:
+ - apt-get update -qq && apt-cache search postgresql-server-dev
- apt-get update -qq && apt-get install -y
autoconf
codespell
@@ -24,7 +25,7 @@
libtool
libxml2-utils
postgresql
- postgresql-server-dev
+ postgresql-server-dev-all
protobuf-c-compiler
xsltproc
- service postgresql start
-----------------------------------------------------------------------
Summary of changes:
.gitlab/inaf.it/ci.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list