Disable tests on riscv64

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2022-11-03 13:28:30 +02:00
parent 2516764b28
commit ef59eec0d4
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB
1 changed files with 5 additions and 2 deletions

View File

@ -5,13 +5,13 @@
%global pkgver %{pkg_name}-%{version}
# https://github.com/well-typed/cborg/issues/207
%ifnarch i686 armv7hl s390x
%ifnarch i686 armv7hl s390x riscv64
%bcond_without tests
%endif
Name: ghc-%{pkg_name}
Version: 0.2.5.0
Release: 4%{?dist}
Release: 4.0.riscv64%{?dist}
Summary: Concise Binary Object Representation (CBOR)
License: BSD
@ -144,6 +144,9 @@ This package provides the Haskell %{pkg_name} profiling library.
%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
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild