Disable tests on riscv64

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2023-04-19 10:48:12 +03:00
parent b3daada568
commit 83e8a287ab
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB
1 changed files with 2 additions and 2 deletions

View File

@ -6,13 +6,13 @@
# i686: tests assume Int is Int64 # i686: tests assume Int is Int64
# s390x: unknown RTS option: -N # s390x: unknown RTS option: -N
%ifnarch i686 s390x armv7hl %ifnarch i686 s390x armv7hl riscv64
%bcond_without tests %bcond_without tests
%endif %endif
Name: ghc-%{pkg_name} Name: ghc-%{pkg_name}
Version: 7.1.3 Version: 7.1.3
Release: %autorelease Release: %autorelease -e 0.riscv64
Summary: Combinator-based type-safe formatting (like printf() or FORMAT) Summary: Combinator-based type-safe formatting (like printf() or FORMAT)
License: BSD-3-Clause License: BSD-3-Clause