[postgis-tickets] r16277 - revert setting GDAL and GEOS, forgot pg launch script needs these which we don't have in repo. Turn on DUMP_RESTORE testing

Regina Obe lr at pcorp.us
Fri Jan 12 08:50:48 PST 2018


Author: robe
Date: 2018-01-12 08:50:48 -0800 (Fri, 12 Jan 2018)
New Revision: 16277

Modified:
   branches/2.4/ci/debbie/postgis_regress.sh
Log:
revert setting GDAL and GEOS, forgot pg launch script needs these which we don't have in repo.  Turn on DUMP_RESTORE testing

Modified: branches/2.4/ci/debbie/postgis_regress.sh
===================================================================
--- branches/2.4/ci/debbie/postgis_regress.sh	2018-01-12 16:18:36 UTC (rev 16276)
+++ branches/2.4/ci/debbie/postgis_regress.sh	2018-01-12 16:50:48 UTC (rev 16277)
@@ -9,11 +9,12 @@
 # export POSTGIS_MINOR_VERSION=2
 # export POSTGIS_MICRO_VERSION=0dev
 # export JENKINS_HOME=/var/lib/jenkins/workspace
-export GEOS_VER=3.7.0dev
-export GDAL_VER=2.2
+# sadly can't override GEOS and GDAL because the pg startup script uses this to set path of GEOS and GDAL to right one
+#export GEOS_VER=3.7.0dev
+#export GDAL_VER=2.2
 export MAKE_GARDEN=0
 export MAKE_EXTENSION=1
-export DUMP_RESTORE=0
+export DUMP_RESTORE=1
 
 ## end variables passed in by jenkins
 



More information about the postgis-tickets mailing list