disable tests on s390x
Test suite doctemplates-test: RUNNING... doctemplates-test: unknown RTS option: -N
This commit is contained in:
parent
5f3ba2e394
commit
9c306fdd57
@ -4,7 +4,11 @@
|
|||||||
%global pkg_name doctemplates
|
%global pkg_name doctemplates
|
||||||
%global pkgver %{pkg_name}-%{version}
|
%global pkgver %{pkg_name}-%{version}
|
||||||
|
|
||||||
|
%ifnarch s390x
|
||||||
%bcond_without tests
|
%bcond_without tests
|
||||||
|
%else
|
||||||
|
%bcond_with tests
|
||||||
|
%endif
|
||||||
|
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 0.2.1
|
Version: 0.2.1
|
||||||
|
Loading…
Reference in New Issue
Block a user