Disable tests on s390x

This commit is contained in:
Mohamed El Morabity 2022-03-21 02:01:25 +01:00
parent e0da0a8685
commit f4f6dab86b
1 changed files with 4 additions and 1 deletions

View File

@ -4,7 +4,10 @@
%global pkg_name colourista
%global pkgver %{pkg_name}-%{version}
# colourista-test: unknown RTS option: -N
%ifnarch s390x
%bcond_without tests
%endif
Name: ghc-%{pkg_name}
Version: 0.1.0.1
@ -115,5 +118,5 @@ This package provides the Haskell %{pkg_name} profiling library.
%changelog
* Sun Dec 19 2021 Mohamed El Morabity <melmorabity@fedoraproject.org> - 0.1.0.1-1
* Mon Mar 21 2021 Mohamed El Morabity <melmorabity@fedoraproject.org> - 0.1.0.1-1
- Initial RPM release