[postgis-tickets] r17124 - Flip back to GEOS 3.7 for winnie to prevent test hanging.
Regina Obe
lr at pcorp.us
Sat Dec 29 02:25:37 PST 2018
Author: robe
Date: 2018-12-29 14:25:37 -0800 (Sat, 29 Dec 2018)
New Revision: 17124
Modified:
trunk/ci/winnie/build_postgis.sh
trunk/ci/winnie/package_postgis.sh
trunk/ci/winnie/regress_postgis.sh
Log:
Flip back to GEOS 3.7 for winnie to prevent test hanging.
References #4284
Modified: trunk/ci/winnie/build_postgis.sh
===================================================================
--- trunk/ci/winnie/build_postgis.sh 2018-12-28 18:58:00 UTC (rev 17123)
+++ trunk/ci/winnie/build_postgis.sh 2018-12-29 22:25:37 UTC (rev 17124)
@@ -12,7 +12,7 @@
#POSTGIS_MINOR_VERSION=1
#POSTGIS_MICRO_VERSION=0SVN
#export GCC_TYPE=gcc48 #for pre-4.8.0 compiles this is blank
-export GEOS_VER=3.8.0dev
+export GEOS_VER=3.7
export GDAL_VER=2.2.4
export PROJ_VER=4.9.3
export SFCGAL_VER=1.3.2
Modified: trunk/ci/winnie/package_postgis.sh
===================================================================
--- trunk/ci/winnie/package_postgis.sh 2018-12-28 18:58:00 UTC (rev 17123)
+++ trunk/ci/winnie/package_postgis.sh 2018-12-29 22:25:37 UTC (rev 17124)
@@ -12,7 +12,7 @@
#export OS_BUILD=32
#export GCC_TYPE=
-export GEOS_VER=3.8.0dev
+export GEOS_VER=3.7
export GDAL_VER=2.2.4
export PROJ_VER=4.9.3
export SFCGAL_VER=1.3.2
Modified: trunk/ci/winnie/regress_postgis.sh
===================================================================
--- trunk/ci/winnie/regress_postgis.sh 2018-12-28 18:58:00 UTC (rev 17123)
+++ trunk/ci/winnie/regress_postgis.sh 2018-12-29 22:25:37 UTC (rev 17124)
@@ -1,6 +1,6 @@
#!/bin/bash
set -e
-export GEOS_VER=3.8.0dev
+export GEOS_VER=3.7
export GDAL_VER=2.2.4
export PROJ_VER=4.9.3
export SFCGAL_VER=1.3.2
More information about the postgis-tickets
mailing list