[postgis-tickets] r16401 - [gitlab-ci] Switch to PostgreSQL 9.6 and libjson-c-dev

Sandro Santilli strk at kbt.io
Wed Feb 21 06:31:32 PST 2018


Author: strk
Date: 2018-02-21 06:31:32 -0800 (Wed, 21 Feb 2018)
New Revision: 16401

Modified:
   branches/2.4/.gitlab-ci.yml
Log:
[gitlab-ci] Switch to PostgreSQL 9.6 and libjson-c-dev

Fixes gitlab-ci build for 2.4, references #4023

Modified: branches/2.4/.gitlab-ci.yml
===================================================================
--- branches/2.4/.gitlab-ci.yml	2018-02-21 09:06:10 UTC (rev 16400)
+++ branches/2.4/.gitlab-ci.yml	2018-02-21 14:31:32 UTC (rev 16401)
@@ -1,10 +1,10 @@
 test:
   script:
     - apt-get update -qq && apt-get install -y
-        postgresql-9.4 postgresql-server-dev-9.4
+        postgresql-9.6 postgresql-server-dev-9.6
         build-essential autoconf libtool libcunit1-dev
         xsltproc docbook-xsl docbook-mathml dblatex
-        libproj-dev libgdal-dev libgeos-dev libjson0-dev
+        libproj-dev libgdal-dev libgeos-dev libjson-c-dev
     - lsb_release -a
     - uname -a
     - service postgresql start



More information about the postgis-tickets mailing list