[postgis-tickets] r16484 - change to use GDAL 2.2.4, 3.6.2 (for packaging) but keep 3.7.0dev for regress testing

Regina Obe lr at pcorp.us
Thu Mar 22 11:35:53 PDT 2018


Author: robe
Date: 2018-03-22 23:35:53 -0700 (Thu, 22 Mar 2018)
New Revision: 16484

Modified:
   branches/2.4/ci/winnie/build_postgis.sh
   branches/2.4/ci/winnie/package_postgis.sh
   branches/2.4/ci/winnie/regress_postgis.sh
Log:
change to use GDAL 2.2.4, 3.6.2 (for packaging) but keep 3.7.0dev for regress testing

Modified: branches/2.4/ci/winnie/build_postgis.sh
===================================================================
--- branches/2.4/ci/winnie/build_postgis.sh	2018-03-23 02:43:26 UTC (rev 16483)
+++ branches/2.4/ci/winnie/build_postgis.sh	2018-03-23 06:35:53 UTC (rev 16484)
@@ -13,8 +13,8 @@
 #POSTGIS_MICRO_VERSION=0SVN
 #export GCC_TYPE=gcc48  #for pre-4.8.0 compiles this is blank
 export SFCGAL_VER=1.3.2
-export GEOS_VER=3.7.0dev
-export GDAL_VER=2.2.3
+export GEOS_VER=3.6.2
+export GDAL_VER=2.2.4
 export PROJ_VER=4.9.3
 export SFCGAL_VER=1.3.2
 export PCRE_VER=8.33

Modified: branches/2.4/ci/winnie/package_postgis.sh
===================================================================
--- branches/2.4/ci/winnie/package_postgis.sh	2018-03-23 02:43:26 UTC (rev 16483)
+++ branches/2.4/ci/winnie/package_postgis.sh	2018-03-23 06:35:53 UTC (rev 16484)
@@ -13,8 +13,8 @@
 
 #export GCC_TYPE=
 export SFCGAL_VER=1.3.2
-export GEOS_VER=3.7.0dev
-export GDAL_VER=2.2.3
+export GEOS_VER=3.6.2
+export GDAL_VER=2.2.4
 export PROJ_VER=4.9.3
 export SFCGAL_VER=1.3.2
 export PCRE_VER=8.33

Modified: branches/2.4/ci/winnie/regress_postgis.sh
===================================================================
--- branches/2.4/ci/winnie/regress_postgis.sh	2018-03-23 02:43:26 UTC (rev 16483)
+++ branches/2.4/ci/winnie/regress_postgis.sh	2018-03-23 06:35:53 UTC (rev 16484)
@@ -2,7 +2,7 @@
 set -e
 export SFCGAL_VER=1.3.2
 export GEOS_VER=3.7.0dev
-export GDAL_VER=2.2.3
+export GDAL_VER=2.2.4
 export PROJ_VER=4.9.3
 export SFCGAL_VER=1.3.2
 export PCRE_VER=8.33



More information about the postgis-tickets mailing list