From a00a172bcda03cf457234b1244be1f6304f8bb65 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Wed, 2 Nov 2022 10:51:18 +0200 Subject: [PATCH] Disable tests on riscv64 Signed-off-by: David Abdurachmanov --- ghc-formatting.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/ghc-formatting.spec b/ghc-formatting.spec index ff9b6f5..5f6aa1b 100644 --- a/ghc-formatting.spec +++ b/ghc-formatting.spec @@ -5,14 +5,14 @@ %global pkgver %{pkg_name}-%{version} # i686: tests assume Int is Int64 -# s390x: unknown RTS option: -N -%ifnarch i686 s390x armv7hl +# s390x, riscv64: unknown RTS option: -N +%ifnarch i686 s390x armv7hl riscv64 %bcond_without tests %endif Name: ghc-%{pkg_name} Version: 7.1.3 -Release: 3%{?dist} +Release: 3.0.riscv64%{?dist} Summary: Combinator-based type-safe formatting (like printf() or FORMAT) License: BSD @@ -129,6 +129,9 @@ dos2unix -k -n %{SOURCE1} %{pkg_name}.cabal %changelog +* Wed Nov 02 2022 David Abdurachmanov - 7.1.3-3.0.riscv64 +- Disable tests on riscv64 + * Thu Jul 21 2022 Fedora Release Engineering - 7.1.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild