Disable tests on riscv64

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2023-04-13 10:22:06 +03:00
parent 472ef5725b
commit 71a250fa92
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB
1 changed files with 2 additions and 2 deletions

View File

@ -5,13 +5,13 @@
%global pkgver %{pkg_name}-%{version} %global pkgver %{pkg_name}-%{version}
# due to th-orphans: remove when moving Rawhide to 0.1.3 # due to th-orphans: remove when moving Rawhide to 0.1.3
%ifnarch armv7hl %ifnarch armv7hl riscv64
%bcond_without tests %bcond_without tests
%endif %endif
Name: ghc-%{pkg_name} Name: ghc-%{pkg_name}
Version: 0.1.4 Version: 0.1.4
Release: %autorelease Release: %autorelease -e 0.riscv64
Summary: Backward- (and forward-)compatible Quote and Code types Summary: Backward- (and forward-)compatible Quote and Code types
License: BSD-3-Clause License: BSD-3-Clause