From: Regina Obe Date: Fri, 12 Jan 2018 16:50:48 +0000 (+0000) Subject: revert setting GDAL and GEOS, forgot pg launch script needs these which we don't... X-Git-Tag: 2.4.3rc1~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1c824459ec84aa79993b1dd13da007280d78a18e;p=postgis revert setting GDAL and GEOS, forgot pg launch script needs these which we don't have in repo. Turn on DUMP_RESTORE testing git-svn-id: http://svn.osgeo.org/postgis/branches/2.4@16277 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/ci/debbie/postgis_regress.sh b/ci/debbie/postgis_regress.sh index 83cfe932e..7061ce896 100644 --- a/ci/debbie/postgis_regress.sh +++ b/ci/debbie/postgis_regress.sh @@ -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