From 116fa928f3e59de35ebada10d0df7896e0322669 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Tue, 7 Mar 2023 15:24:26 +0200 Subject: [PATCH] Temporary change to disable tests This is a temporary change and should be reverted as soon as GHC is rebuilt with LLVM support. Signed-off-by: David Abdurachmanov --- ghc-js-flot.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ghc-js-flot.spec b/ghc-js-flot.spec index 992aac7..9f0678e 100644 --- a/ghc-js-flot.spec +++ b/ghc-js-flot.spec @@ -4,11 +4,15 @@ %global pkg_name js-flot %global pkgver %{pkg_name}-%{version} +%ifnarch riscv64 %bcond_without tests +%else +%bcond_with tests +%endif Name: ghc-%{pkg_name} Version: 0.8.3 -Release: %autorelease +Release: %autorelease -e 0.riscv64 Summary: Obtain minified flot code License: MIT