[postgis-tickets] r16568 - comment out sfcgal tests for now until we resolve cgal/sfcgal dependency issue on debian

Regina Obe lr at pcorp.us
Wed May 9 12:30:42 PDT 2018


Author: robe
Date: 2018-05-09 00:30:42 -0700 (Wed, 09 May 2018)
New Revision: 16568

Modified:
   branches/2.3/ci/debbie/postgis_regress.sh
Log:
comment out sfcgal tests for now until we resolve cgal/sfcgal dependency issue on debian
References #4068

Modified: branches/2.3/ci/debbie/postgis_regress.sh
===================================================================
--- branches/2.3/ci/debbie/postgis_regress.sh	2018-05-09 00:15:57 UTC (rev 16567)
+++ branches/2.3/ci/debbie/postgis_regress.sh	2018-05-09 07:30:42 UTC (rev 16568)
@@ -33,7 +33,7 @@
 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 @@
 ./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 $?



More information about the postgis-tickets mailing list