[SCM] PostGIS branch master updated. 3.5.0-301-g1c71fa49e

git at osgeo.org git at osgeo.org
Wed Apr 30 10:56:35 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  1c71fa49e1dbde6da7328358fa52f096ab7edb6c (commit)
      from  84a6c80ffe4a0b2d15ab2be998db8c6b32a71fb8 (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 1c71fa49e1dbde6da7328358fa52f096ab7edb6c
Author: Sandro Santilli <strk at kbt.io>
Date:   Wed Apr 30 19:56:20 2025 +0200

    [gitlab-inaf] simplify build, build on trixie

diff --git a/.gitlab/inaf.it/ci.yml b/.gitlab/inaf.it/ci.yml
index db022b2e8..060e9bb8f 100644
--- a/.gitlab/inaf.it/ci.yml
+++ b/.gitlab/inaf.it/ci.yml
@@ -32,27 +32,14 @@
   script:
     - ./autogen.sh
     - ./configure
-    - make maintainer-clean
-    - ./autogen.sh
-    - chattr -R +i . # mark source tree as immutable
-    - export SRCDIR="${PWD}"
-    - echo "SRCDIR is ${SRCDIR}"
-    - mkdir /tmp/build && cd /tmp/build
-    - echo "Build dir is ${PWD}"
-    - ${SRCDIR}/configure --without-raster CFLAGS="-Wall -fno-omit-frame-pointer -Werror"
     - make
-    - make -C liblwgeom check
-    - su -c 'make' postgres # idempotence test, see #5099
-    - RUNTESTFLAGS="-v --dumprestore" make check-regress
-    - make install
-    - RUNTESTFLAGS="-v --dumprestore" make installcheck
+    - make check
     - make distclean
-    - ${SRCDIR}/utils/check_distclean.sh
 
 test:
-  image: debian:bookworm
+  image: debian:trixie
   <<: *build_definition
 
 test32:
-  image: i386/debian:bookworm
+  image: i386/debian:trixie
   <<: *build_definition

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

Summary of changes:
 .gitlab/inaf.it/ci.yml | 19 +++----------------
 1 file changed, 3 insertions(+), 16 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list