[postgis-tickets] r17829 - Turn off wagyu for now for 32-bit FreeBSD12. For some reason it is deciding to use a higher gcc for wagyu building which causes the issue

Regina Obe lr at pcorp.us
Sat Sep 28 03:37:47 PDT 2019


Author: robe
Date: 2019-09-28 15:37:46 -0700 (Sat, 28 Sep 2019)
New Revision: 17829

Modified:
   trunk/ci/bessie32/postgis_regress.sh
Log:
Turn off wagyu for now for 32-bit FreeBSD12.  For some reason it is deciding to use a higher gcc for wagyu building which causes the issue
References #4474

Modified: trunk/ci/bessie32/postgis_regress.sh
===================================================================
--- trunk/ci/bessie32/postgis_regress.sh	2019-09-28 22:13:47 UTC (rev 17828)
+++ trunk/ci/bessie32/postgis_regress.sh	2019-09-28 22:37:46 UTC (rev 17829)
@@ -1,7 +1,6 @@
 #export PATH=${PATH}:/usr/local:/usr/local/lib:/usr/local/bin
 sh autogen.sh
-#./configure --with-libiconv=/usr/local --without-interrupt-tests
-./configure --with-libiconv=/usr/local --without-interrupt-tests
+./configure --with-libiconv=/usr/local --without-wagyu --without-interrupt-tests
 make clean
 make
 export PGUSER=postgres



More information about the postgis-tickets mailing list