[postgis-tickets] r17226 - Flip winnie back to 3.8.0dev geos testing. After https://git.osgeo.org/gitea/geos/geos/commit/b88d4614aaf3c5e73fd275a88253f62f34c25bb9 she doesn't hang on geos 64-bit tests anymore and that should fix this as well.

Regina Obe lr at pcorp.us
Fri Feb 1 10:13:02 PST 2019


Author: robe
Date: 2019-02-01 22:13:01 -0800 (Fri, 01 Feb 2019)
New Revision: 17226

Modified:
   trunk/ci/winnie/build_postgis.sh
   trunk/ci/winnie/package_postgis.sh
   trunk/ci/winnie/regress_postgis.sh
Log:
Flip winnie back to 3.8.0dev geos testing.  After https://git.osgeo.org/gitea/geos/geos/commit/b88d4614aaf3c5e73fd275a88253f62f34c25bb9 she doesn't hang on geos 64-bit tests anymore and that should fix this as well.

Modified: trunk/ci/winnie/build_postgis.sh
===================================================================
--- trunk/ci/winnie/build_postgis.sh	2019-01-31 15:51:02 UTC (rev 17225)
+++ trunk/ci/winnie/build_postgis.sh	2019-02-02 06:13:01 UTC (rev 17226)
@@ -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.7
+export GEOS_VER=3.8.0dev
 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	2019-01-31 15:51:02 UTC (rev 17225)
+++ trunk/ci/winnie/package_postgis.sh	2019-02-02 06:13:01 UTC (rev 17226)
@@ -12,7 +12,7 @@
 #export OS_BUILD=32
 
 #export GCC_TYPE=
-export GEOS_VER=3.7
+export GEOS_VER=3.8.0dev
 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	2019-01-31 15:51:02 UTC (rev 17225)
+++ trunk/ci/winnie/regress_postgis.sh	2019-02-02 06:13:01 UTC (rev 17226)
@@ -1,6 +1,6 @@
 #!/bin/bash
 set -e
-export GEOS_VER=3.7
+export GEOS_VER=3.8.0dev
 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