[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-28-gbe6b2ba84

git at osgeo.org git at osgeo.org
Sat Sep 3 10:00:12 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  be6b2ba84fbf90f0593f17d5e98fe98ba5f1d79f (commit)
      from  22708b56de39cb6d2c53278e6a2262e487119b2f (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 be6b2ba84fbf90f0593f17d5e98fe98ba5f1d79f
Author: Regina Obe <lr at pcorp.us>
Date:   Sat Sep 3 12:57:14 2022 -0400

    Upgrade dronie and gitlab runs to use PG > 11 and newer images that should have newer proj
    Closes #5230 for PostGIS 3.4.0
    Closes #5229 for PostGIS 3.4.0

diff --git a/.drone-1.0.yml b/.drone-1.0.yml
index 4fd3af33c..bdef7c560 100644
--- a/.drone-1.0.yml
+++ b/.drone-1.0.yml
@@ -4,7 +4,7 @@
 
 # See https://git.osgeo.org/gitea/postgis/postgis-docker
 # todo: add docker images from https://hub.docker.com/r/postgis/postgis-build-env/tags/
-test-image: &test-image docker.osgeo.org/postgis/build-test:trisquel2
+test-image: &test-image docker.osgeo.org/postgis/build-test:trisquel3
 clone: &clone
     image: plugins/git
     depth: 50
@@ -22,11 +22,11 @@ steps:
       - ./autogen.sh
     depends_on: [ clone ]
 
-  - name: build-11
+  - name: build-12
     image: *test-image
     pull: never
     commands:
-      - PGVER=11 sh ci/dronie/postgis_regress.sh
+      - PGVER=12 sh ci/dronie/postgis_regress.sh
     depends_on: [ autogen ]
 
   - name: build-13
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 057eb2c4c..90822244b 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-11 postgresql-server-dev-11
+        postgresql-14 postgresql-server-dev-14
         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:buster
+  image: debian:bullseye
   <<: *build_definition
 
 test32:
-  image: i386/debian:buster
+  image: i386/debian:bullseye
   <<: *build_definition

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

Summary of changes:
 .drone-1.0.yml | 6 +++---
 .gitlab-ci.yml | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list