[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-95-gb89ac0913

git at osgeo.org git at osgeo.org
Thu Sep 15 14:31:55 PDT 2022


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  b89ac09136c7f014fff21dfb4c6ede7129ecf635 (commit)
      from  229eeb7847110007ce672ed148e9f3b194317452 (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 b89ac09136c7f014fff21dfb4c6ede7129ecf635
Author: Regina Obe <lr at pcorp.us>
Date:   Thu Sep 15 17:30:04 2022 -0400

    Flip gitlab from bookworm (not yet released) to bullseye, to avoid gcc bug, Closes #5233

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d0a18262a..d58d67b0f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,7 +4,7 @@
   before_script:
     - apt-get update -qq && apt-get install -y
         bison flex
-        postgresql-14 postgresql-server-dev-14
+        postgresql-13 postgresql-server-dev-13
         build-essential autoconf libtool libcunit1-dev
         xsltproc docbook-xsl docbook-mathml dblatex
         libproj-dev libgdal-dev libgeos-dev libjson-c-dev
@@ -34,9 +34,9 @@
     - ${SRCDIR}/utils/check_distclean.sh
 
 test:
-  image: debian:bookworm
+  image: debian:bullseye
   <<: *build_definition
 
 test32:
-  image: i386/debian:bookworm
+  image: i386/debian:bullseye
   <<: *build_definition

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

Summary of changes:
 .gitlab-ci.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list