Compare commits

...

1 Commits

Author SHA1 Message Date
David Abdurachmanov a00a172bcd
Disable tests on riscv64
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2022-11-02 10:51:18 +02:00
1 changed files with 6 additions and 3 deletions

View File

@ -5,14 +5,14 @@
%global pkgver %{pkg_name}-%{version}
# i686: tests assume Int is Int64
# s390x: unknown RTS option: -N
%ifnarch i686 s390x armv7hl
# s390x, riscv64: unknown RTS option: -N
%ifnarch i686 s390x armv7hl riscv64
%bcond_without tests
%endif
Name: ghc-%{pkg_name}
Version: 7.1.3
Release: 3%{?dist}
Release: 3.0.riscv64%{?dist}
Summary: Combinator-based type-safe formatting (like printf() or FORMAT)
License: BSD
@ -129,6 +129,9 @@ dos2unix -k -n %{SOURCE1} %{pkg_name}.cabal
%changelog
* Wed Nov 02 2022 David Abdurachmanov <davidlt@rivosinc.com> - 7.1.3-3.0.riscv64
- Disable tests on riscv64
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 7.1.3-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild