[SCM] PostGIS branch master updated. 3.5.0-473-g43960094f

git at osgeo.org git at osgeo.org
Wed Jul 16 03:20:10 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  43960094f99294a3e5e62bda1082b2a3a269984e (commit)
      from  9b0250dfec8cb16fbf7ee1b5482dad5d965b4082 (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 43960094f99294a3e5e62bda1082b2a3a269984e
Author: Sandro Santilli <strk at kbt.io>
Date:   Wed Jul 16 12:19:55 2025 +0200

    [ci-inaf] Print disk usage before and after test run

diff --git a/.gitlab/inaf.it/ci.yml b/.gitlab/inaf.it/ci.yml
index ceffba914..52c5cc554 100644
--- a/.gitlab/inaf.it/ci.yml
+++ b/.gitlab/inaf.it/ci.yml
@@ -6,7 +6,7 @@
   except:
     - main
   before_script:
-    - apt-get update -qq && apt-cache search postgresql-server-dev
+    - df
     - apt-get update -qq && apt-get install -y
         autoconf
         codespell
@@ -35,6 +35,7 @@
     - ./configure
     - make
     - make check RUNTESTFLAGS=-v
+    - df
     - make distclean
 
 test:

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

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