From 3b4bed98df5203ea04a28dc1eab48846656ee5f8 Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Wed, 9 May 2018 07:30:42 +0000 Subject: [PATCH] comment out sfcgal tests for now until we resolve cgal/sfcgal dependency issue on debian References #4068 git-svn-id: http://svn.osgeo.org/postgis/branches/2.3@16568 b70326c6-7e19-0410-871a-916f4a2858ee --- ci/debbie/postgis_regress.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ci/debbie/postgis_regress.sh b/ci/debbie/postgis_regress.sh index 7f24db8b2..501b1d605 100644 --- a/ci/debbie/postgis_regress.sh +++ b/ci/debbie/postgis_regress.sh @@ -33,7 +33,7 @@ echo $PGPORT echo ${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION} ## doesn't work for some reason - just hard-code to branches for now -# if [[ $POSTGIS_MICRO_VERSION == *SVN* || $POSTGIS_MICRO_VERSION == *dev* ]] +# if [[ $POSTGIS_MICRO_VERSION == *SVN* || $POSTGIS_MICRO_VERSION == *dev* ]] # then # export POSTGIS_SRC=${PROJECTS}/postgis/branches/${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION} # else @@ -54,12 +54,12 @@ fi ./configure \ --with-pgconfig=${PROJECTS}/pg/rel/pg${PG_VER}w${OS_BUILD}/bin/pg_config \ --with-geosconfig=${PROJECTS}/geos/rel-${GEOS_VER}w${OS_BUILD}/bin/geos-config \ - --with-gdalconfig=${PROJECTS}/gdal/rel-${GDAL_VER}w${OS_BUILD}/bin/gdal-config --with-sfcgal=/usr/bin/sfcgal-config \ + --with-gdalconfig=${PROJECTS}/gdal/rel-${GDAL_VER}w${OS_BUILD}/bin/gdal-config \ #--with-sfcgal=/usr/bin/sfcgal-config \ --without-interrupt-tests \ --prefix=${PROJECTS}/pg/rel/pg${PG_VER}w${OS_BUILD} make clean ## install so we can later test extension upgrade -make +make if [ "$?" != "0" ]; then exit $? -- 2.49.0