[libdap] make check hangs on armv7hl, exclude for now

Orion Poplawski orion at fedoraproject.org
Fri Jul 11 13:58:40 UTC 2014


commit 1bc557317ee9d9094c76ea5dadd94555fb1a3e18
Author: Orion Poplawski <orion at nwra.com>
Date:   Fri Jul 11 07:58:58 2014 -0600

    make check hangs on armv7hl, exclude for now

 libdap.spec |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/libdap.spec b/libdap.spec
index 237860c..216d8f6 100644
--- a/libdap.spec
+++ b/libdap.spec
@@ -91,8 +91,13 @@ rm -f __dist_docs/html/*.map __dist_docs/html/*.md5
 touch -r ChangeLog __dist_docs/html/*
 
 
+# Fails to complete on arm - last message:
+# PASS: DASTest
+# https://bugzilla.redhat.com/show_bug.cgi?id=1118776
+%ifnarch armv7hl
 %check
 make check
+%endif
 
 
 %post -p /sbin/ldconfig


More information about the scm-commits mailing list