[postgis-tickets] r17389 - Change to use custom built sfcgal (packaged one drags in old gdal and openscenegraph still, so lets see if using our custom works)

Regina Obe lr at pcorp.us
Sat Apr 13 06:42:07 PDT 2019


Author: robe
Date: 2019-04-13 18:42:07 -0700 (Sat, 13 Apr 2019)
New Revision: 17389

Modified:
   trunk/ci/debbie/postgis_regress.sh
Log:
Change to use custom built sfcgal (packaged one drags in old gdal and openscenegraph still, so lets see if using our custom works)

Modified: trunk/ci/debbie/postgis_regress.sh
===================================================================
--- trunk/ci/debbie/postgis_regress.sh	2019-04-12 22:21:18 UTC (rev 17388)
+++ trunk/ci/debbie/postgis_regress.sh	2019-04-14 01:42:07 UTC (rev 17389)
@@ -11,6 +11,7 @@
 # export JENKINS_HOME=/var/lib/jenkins/workspace
 # export GEOS_VER=3.6.0dev
 # export GDAL_VER=2.0
+# export SFCGAL_VER=1.3
 export MAKE_GARDEN=0
 export MAKE_EXTENSION=1
 export DUMP_RESTORE=0
@@ -31,7 +32,7 @@
 export PGIS_REG_TMPDIR=${WORKSPACE}/tmp/${POSTGIS_MAJOR_VERSION}_${POSTGIS_MINOR_VERSION}_pg${PG_VER}w${OS_BUILD}
 
 #adding this sleep so postgres instance has some grace period for starting
-#otherwise the attempt to drop the database, sometimes happes when pg is in middle of start
+#otherwise the attempt to drop the database, sometimes happens when pg is in middle of start
 for i in {0..60}; do psql -c 'select;' && break; sleep 0.5; done
 
 export POSTGIS_REGRESS_DB="postgis_reg" # FIXME: tweak to avoid clashes
@@ -63,7 +64,7 @@
     --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 --without-interrupt-tests \
+    --with-sfcgal=/var/lib/jenkins/workspace/sfcgal/rel-sfcgal-${SFCGAL_VER}w${OS_BUILD} --without-interrupt-tests \
     --prefix=${PROJECTS}/pg/rel/pg${PG_VER}w${OS_BUILD}
 make clean
 make



More information about the postgis-tickets mailing list