disable tests on armv7

https://ghc.haskell.org/trac/ghc/ticket/10029
This commit is contained in:
Jens Petersen 2015-01-27 14:03:38 +09:00
parent a98a17183b
commit af2cf9cc74

View File

@ -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@redhat.com> - 0.4.1-1
- update to 0.4.1
- tests fail on armv7
* Tue Jul 8 2014 Jens Petersen <petersen@redhat.com> - 0.4.0-36
- update to cblrpm-0.8.11