Disable tests on riscv64

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2023-04-13 18:29:53 +03:00
parent a4d54b5f3c
commit b1a2bbbeca
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB
1 changed files with 8 additions and 1 deletions

View File

@ -7,12 +7,16 @@
%global sopcore sop-core-0.5.0.2
%global subpkgs %{sopcore}
%ifnarch riscv64
%bcond_without tests
%else
%bcond_with tests
%endif
Name: ghc-%{pkg_name}
Version: 0.5.1.2
# can only be reset when all subpkgs bumped
Release: 11%{?dist}
Release: 11.0.riscv64%{?dist}
Summary: Generic Programming using True Sums of Products
License: BSD-3-Clause
@ -169,6 +173,9 @@ This package provides the Haskell %{pkg_name} profiling library.
%changelog
* Thu Apr 13 2023 David Abdurachmanov <davidlt@rivosinc.com> - 0.5.1.2-11.0.riscv64
- Disable tests on riscv64
* Thu Feb 16 2023 Jens Petersen <petersen@redhat.com> - 0.5.1.2-11
- refresh to cabal-rpm-2.1.0 with SPDX migration
- update sop-core to 0.5.0.2