Compare commits

...

1 Commits

Author SHA1 Message Date
David Abdurachmanov ef59eec0d4
Disable tests on riscv64
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2022-11-03 13:28:30 +02:00
1 changed files with 5 additions and 2 deletions

View File

@ -5,13 +5,13 @@
%global pkgver %{pkg_name}-%{version} %global pkgver %{pkg_name}-%{version}
# https://github.com/well-typed/cborg/issues/207 # https://github.com/well-typed/cborg/issues/207
%ifnarch i686 armv7hl s390x %ifnarch i686 armv7hl s390x riscv64
%bcond_without tests %bcond_without tests
%endif %endif
Name: ghc-%{pkg_name} Name: ghc-%{pkg_name}
Version: 0.2.5.0 Version: 0.2.5.0
Release: 4%{?dist} Release: 4.0.riscv64%{?dist}
Summary: Concise Binary Object Representation (CBOR) Summary: Concise Binary Object Representation (CBOR)
License: BSD License: BSD
@ -144,6 +144,9 @@ This package provides the Haskell %{pkg_name} profiling library.
%changelog %changelog
* Thu Nov 03 2022 David Abdurachmanov <davidlt@rivosinc.com> - 0.2.5.0-4.0.riscv64
- Disable tests on riscv64
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.5.0-4 * Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.5.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild