From 83e8a287ab6caed4cfe6906ae970fd560291f9c2 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Wed, 19 Apr 2023 10:48:12 +0300 Subject: [PATCH] Disable tests on riscv64 Signed-off-by: David Abdurachmanov --- ghc-formatting.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc-formatting.spec b/ghc-formatting.spec index 3e5582a..8fdd379 100644 --- a/ghc-formatting.spec +++ b/ghc-formatting.spec @@ -6,13 +6,13 @@ # i686: tests assume Int is Int64 # s390x: unknown RTS option: -N -%ifnarch i686 s390x armv7hl +%ifnarch i686 s390x armv7hl riscv64 %bcond_without tests %endif Name: ghc-%{pkg_name} Version: 7.1.3 -Release: %autorelease +Release: %autorelease -e 0.riscv64 Summary: Combinator-based type-safe formatting (like printf() or FORMAT) License: BSD-3-Clause