[ghc-syb] disable tests on armv7

Jens Petersen petersen at fedoraproject.org
Tue Jan 27 05:04:02 UTC 2015


commit af2cf9cc741520c63c7e5d3b8161d6b28ca331fa
Author: Jens Petersen <petersen at redhat.com>
Date:   Tue Jan 27 14:03:38 2015 +0900

    disable tests on armv7
    
    https://ghc.haskell.org/trac/ghc/ticket/10029

 ghc-syb.spec |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/ghc-syb.spec b/ghc-syb.spec
index 5789d86..a1ee47d 100644
--- a/ghc-syb.spec
+++ b/ghc-syb.spec
@@ -2,7 +2,12 @@
 
 %global pkg_name syb
 
+# https://ghc.haskell.org/trac/ghc/ticket/10029
+%ifnarch armv7hl
 %bcond_without tests
+%else
+%bcond_with tests
+%endif
 
 Name:           ghc-%{pkg_name}
 # part of haskell-platform
@@ -83,6 +88,7 @@ dos2unix LICENSE README
 %changelog
 * Fri Aug  8 2014 Jens Petersen <petersen at redhat.com> - 0.4.1-1
 - update to 0.4.1
+- tests fail on armv7
 
 * Tue Jul  8 2014 Jens Petersen <petersen at redhat.com> - 0.4.0-36
 - update to cblrpm-0.8.11


More information about the scm-commits mailing list