From e3ebde4e646d01715ed9a2169cb8ab7d82a4875b Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Thu, 13 Apr 2023 18:33:13 +0300 Subject: [PATCH] Disable tests on riscv64 Signed-off-by: David Abdurachmanov --- ghc-microlens-th.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ghc-microlens-th.spec b/ghc-microlens-th.spec index 812e4fb..bebfab8 100644 --- a/ghc-microlens-th.spec +++ b/ghc-microlens-th.spec @@ -4,11 +4,15 @@ %global pkg_name microlens-th %global pkgver %{pkg_name}-%{version} +%ifnarch riscv64 %bcond_without tests +%else +%bcond_with tests +%endif Name: ghc-%{pkg_name} Version: 0.4.3.11 -Release: %autorelease +Release: %autorelease -e 0.riscv64 Summary: Automatic generation of record lenses for microlens License: BSD-3-Clause