From b1a2bbbeca4ac69019ed425af409555f904e647a Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Thu, 13 Apr 2023 18:29:53 +0300 Subject: [PATCH] Disable tests on riscv64 Signed-off-by: David Abdurachmanov --- ghc-generics-sop.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/ghc-generics-sop.spec b/ghc-generics-sop.spec index c317214..1657a52 100644 --- a/ghc-generics-sop.spec +++ b/ghc-generics-sop.spec @@ -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 - 0.5.1.2-11.0.riscv64 +- Disable tests on riscv64 + * Thu Feb 16 2023 Jens Petersen - 0.5.1.2-11 - refresh to cabal-rpm-2.1.0 with SPDX migration - update sop-core to 0.5.0.2