[postgis-tickets] r17460 - Disable wagyu for dist building -- might be unrelated (or result of some other library upgrade when installing mvt stuff) but seems debbie's doc building started failing after she started building with wagyu

Regina Obe lr at pcorp.us
Sat Jun 1 08:35:09 PDT 2019


Author: robe
Date: 2019-06-01 20:35:09 -0700 (Sat, 01 Jun 2019)
New Revision: 17460

Modified:
   trunk/ci/debbie/postgis_doc_translations.sh
   trunk/ci/debbie/postgis_make_dist.sh
   trunk/ci/debbie/postgis_release_docs.sh
Log:
Disable wagyu for dist building -- might be unrelated (or result of some other library upgrade when installing mvt stuff) but seems debbie's doc building started failing after she started building with wagyu

Modified: trunk/ci/debbie/postgis_doc_translations.sh
===================================================================
--- trunk/ci/debbie/postgis_doc_translations.sh	2019-06-02 02:35:12 UTC (rev 17459)
+++ trunk/ci/debbie/postgis_doc_translations.sh	2019-06-02 03:35:09 UTC (rev 17460)
@@ -36,7 +36,7 @@
 LDFLAGS="-L${PGPATH}/lib"  ./configure \
   --with-pgconfig=${PGPATH}/bin/pg_config \
   --with-geosconfig=${PROJECTS}/geos/rel-${GEOS_VER}w${OS_BUILD}/bin/geos-config \
-  --without-raster
+  --without-raster --without-wagyu
 make clean
 cd doc
 make update-pot

Modified: trunk/ci/debbie/postgis_make_dist.sh
===================================================================
--- trunk/ci/debbie/postgis_make_dist.sh	2019-06-02 02:35:12 UTC (rev 17459)
+++ trunk/ci/debbie/postgis_make_dist.sh	2019-06-02 03:35:09 UTC (rev 17460)
@@ -21,7 +21,7 @@
 
 #export CONFIGURE_ARGS="--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 --prefix=${PROJECTS}/pg/rel/pg${PG_VER}w${OS_BUILD}"
 
-export CONFIGURE_ARGS="--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 --without-raster --prefix=${PROJECTS}/pg/rel/pg${PG_VER}w${OS_BUILD}"
+export CONFIGURE_ARGS="--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 --without-raster --without-wagyu --prefix=${PROJECTS}/pg/rel/pg${PG_VER}w${OS_BUILD}"
 
 #override the checkout folder used for building tar ball
 export newoutdir="postgis-${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}.${POSTGIS_MICRO_VERSION}"

Modified: trunk/ci/debbie/postgis_release_docs.sh
===================================================================
--- trunk/ci/debbie/postgis_release_docs.sh	2019-06-02 02:35:12 UTC (rev 17459)
+++ trunk/ci/debbie/postgis_release_docs.sh	2019-06-02 03:35:09 UTC (rev 17460)
@@ -35,7 +35,7 @@
 LDFLAGS="-L${PGPATH}/lib"  ./configure \
   --with-pgconfig=${PGPATH}/bin/pg_config \
   --with-geosconfig=${PROJECTS}/geos/rel-${GEOS_VER}w${OS_BUILD}/bin/geos-config \
-  --without-raster
+  --without-raster --without-wagyu
 make clean
 
 # generating postgis_svn_revision.h in case hasn't been generated



More information about the postgis-tickets mailing list