From af2cf9cc741520c63c7e5d3b8161d6b28ca331fa Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 27 Jan 2015 14:03:38 +0900 Subject: [PATCH] disable tests on armv7 https://ghc.haskell.org/trac/ghc/ticket/10029 --- ghc-syb.spec | 6 ++++++ 1 file changed, 6 insertions(+) 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 - 0.4.1-1 - update to 0.4.1 +- tests fail on armv7 * Tue Jul 8 2014 Jens Petersen - 0.4.0-36 - update to cblrpm-0.8.11