]> granicus.if.org Git - postgis/commitdiff
revert setting GDAL and GEOS, forgot pg launch script needs these which we don't...
authorRegina Obe <lr@pcorp.us>
Fri, 12 Jan 2018 16:50:48 +0000 (16:50 +0000)
committerRegina Obe <lr@pcorp.us>
Fri, 12 Jan 2018 16:50:48 +0000 (16:50 +0000)
git-svn-id: http://svn.osgeo.org/postgis/branches/2.4@16277 b70326c6-7e19-0410-871a-916f4a2858ee

ci/debbie/postgis_regress.sh

index 83cfe932e13a85db802d05179acfa5009c693d07..7061ce89652776359cf463addd73cb7295d58602 100644 (file)
@@ -9,11 +9,12 @@ set -e
 # 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