[postgis-tickets] [SCM] PostGIS branch master updated. 3.4.0rc1-541-ged3d35f1b

git at osgeo.org git at osgeo.org
Thu Sep 14 04:16:44 PDT 2023


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  ed3d35f1be30a5a2ee344081f6d970bd9201c349 (commit)
      from  75afc21d238cd3978ccdfd2f58d1767564ea738e (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 ed3d35f1be30a5a2ee344081f6d970bd9201c349
Author: Sandro Santilli <strk at kbt.io>
Date:   Tue Aug 8 18:06:59 2023 +0200

    [gitlab-ci] Run make again as unprivileged user
    
    Serves as an idempotence test.
    References #5099

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f24794112..a71ddc812 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -34,6 +34,7 @@
     - echo "Build dir is ${PWD}"
     - ${SRCDIR}/configure --without-raster CFLAGS="-Wall -fno-omit-frame-pointer -Werror"
     - make
+    - su -c 'make' postgres # idempotence test, see #5099
     - RUNTESTFLAGS="-v --dumprestore" make check-regress
     - make install
     - RUNTESTFLAGS="-v --dumprestore" make installcheck

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

Summary of changes:
 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list