[leksah-server] disable tests on armv7hl

Jens Petersen petersen at fedoraproject.org
Fri Feb 6 19:46:06 UTC 2015


commit cc69aad562fff302356efc43af8e2759919ef1a3
Author: Jens Petersen <petersen at redhat.com>
Date:   Fri Feb 6 20:44:28 2015 +0100

    disable tests on armv7hl

 leksah-server.spec |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/leksah-server.spec b/leksah-server.spec
index 376b8ad..f8580f4 100644
--- a/leksah-server.spec
+++ b/leksah-server.spec
@@ -3,8 +3,10 @@
 %global pkg_name leksah-server
 
 %ifarch %ghc_arches_with_ghci
+%ifnarch armv7hl
 %bcond_without tests
 %endif
+%endif
 
 Name:           %{pkg_name}
 Version:        0.14.0.0
@@ -122,6 +124,7 @@ LANG=en_US.utf8
 %changelog
 * Fri Oct 10 2014 Jens Petersen <petersen at redhat.com> - 0.14.0.0-1
 - update to 0.14.0.0
+- disable tests on armv7hl
 
 * Fri Oct 10 2014 Jens Petersen <petersen at redhat.com> - 0.12.1.2-17
 - tests require ghci


More information about the scm-commits mailing list