From 71a250fa9270c27c0041bc79d6c44e73ad402967 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Thu, 13 Apr 2023 10:22:06 +0300 Subject: [PATCH] Disable tests on riscv64 Signed-off-by: David Abdurachmanov --- ghc-th-compat.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc-th-compat.spec b/ghc-th-compat.spec index 0058d0e..7bd52e2 100644 --- a/ghc-th-compat.spec +++ b/ghc-th-compat.spec @@ -5,13 +5,13 @@ %global pkgver %{pkg_name}-%{version} # due to th-orphans: remove when moving Rawhide to 0.1.3 -%ifnarch armv7hl +%ifnarch armv7hl riscv64 %bcond_without tests %endif Name: ghc-%{pkg_name} Version: 0.1.4 -Release: %autorelease +Release: %autorelease -e 0.riscv64 Summary: Backward- (and forward-)compatible Quote and Code types License: BSD-3-Clause