[arch-commits] Commit in pion/trunk (PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Tue Oct 20 05:57:45 UTC 2015


    Date: Tuesday, October 20, 2015 @ 07:57:45
  Author: foutrelis
Revision: 144396

skip tests; they fail to compile with Boost 1.59.0

Modified:
  pion/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-10-20 04:35:50 UTC (rev 144395)
+++ PKGBUILD	2015-10-20 05:57:45 UTC (rev 144396)
@@ -32,7 +32,8 @@
 
 check() {
   cd "$srcdir/$pkgname-$pkgver"
-  make -k check
+  # tests fail to compile with Boost 1.59.0
+  #make -k check
 }
 
 package() {



More information about the arch-commits mailing list