From e886089f58bdbacc9f2db160830fb40691a3359f Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Thu, 13 Apr 2023 16:06:53 +0300 Subject: [PATCH] Disable tests on riscv64 Signed-off-by: David Abdurachmanov --- ghc-bifunctors.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ghc-bifunctors.spec b/ghc-bifunctors.spec index 2e6ff35..88d6a6d 100644 --- a/ghc-bifunctors.spec +++ b/ghc-bifunctors.spec @@ -4,11 +4,15 @@ %global pkg_name bifunctors %global pkgver %{pkg_name}-%{version} +%ifnarch riscv64 %bcond_without tests +%else +%bcond_with tests +%endif Name: ghc-%{pkg_name} Version: 5.5.14 -Release: %autorelease +Release: %autorelease -e 0.riscv64 Summary: Bifunctors License: BSD-3-Clause