[postgis-tickets] r17449 - Change bessies and debbie to build with wagyu
Regina Obe
lr at pcorp.us
Fri May 31 01:01:12 PDT 2019
Author: robe
Date: 2019-05-31 13:01:11 -0700 (Fri, 31 May 2019)
New Revision: 17449
Modified:
trunk/ci/bessie/postgis_regress.sh
trunk/ci/bessie32/postgis_regress.sh
trunk/ci/debbie/postgis_regress.sh
Log:
Change bessies and debbie to build with wagyu
For testing what happens when wagyu becomes the default
References https://github.com/postgis/postgis/pull/406
Modified: trunk/ci/bessie/postgis_regress.sh
===================================================================
--- trunk/ci/bessie/postgis_regress.sh 2019-05-31 19:59:40 UTC (rev 17448)
+++ trunk/ci/bessie/postgis_regress.sh 2019-05-31 20:01:11 UTC (rev 17449)
@@ -1,7 +1,7 @@
#BRANCH is passed in via jenkins which is set via svn hook
export PATH=${PATH}:/usr/local:/usr/local/lib:/usr/local/bin
sh autogen.sh
-./configure --with-projdir=/usr/local --with-libiconv=/usr/local --without-interrupt-tests
+./configure --with-projdir=/usr/local --with-libiconv=/usr/local --with-wagyu --without-interrupt-tests
make clean
make
export PGUSER=postgres
Modified: trunk/ci/bessie32/postgis_regress.sh
===================================================================
--- trunk/ci/bessie32/postgis_regress.sh 2019-05-31 19:59:40 UTC (rev 17448)
+++ trunk/ci/bessie32/postgis_regress.sh 2019-05-31 20:01:11 UTC (rev 17449)
@@ -1,6 +1,6 @@
export PATH=${PATH}:/usr/local:/usr/local/lib:/usr/local/bin
sh autogen.sh
-./configure --with-projdir=/usr/local --with-libiconv=/usr/local --without-interrupt-tests
+./configure --with-projdir=/usr/local --with-libiconv=/usr/local --without-interrupt-tests --with-wagyu
make clean
make
export PGUSER=postgres
Modified: trunk/ci/debbie/postgis_regress.sh
===================================================================
--- trunk/ci/debbie/postgis_regress.sh 2019-05-31 19:59:40 UTC (rev 17448)
+++ trunk/ci/debbie/postgis_regress.sh 2019-05-31 20:01:11 UTC (rev 17449)
@@ -65,6 +65,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-wagyu \
--without-interrupt-tests \
--prefix=${PROJECTS}/pg/rel/pg${PG_VER}w${OS_BUILD}
make clean
More information about the postgis-tickets
mailing list