Disable tests on riscv64

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2023-04-13 10:26:09 +03:00
parent f7f54e6467
commit aca10c9249
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB

View File

@ -4,7 +4,7 @@
%global pkg_name temporary
%global pkgver %{pkg_name}-%{version}
%ifnarch s390x
%ifnarch s390x riscv64
%bcond_without tests
%else
%bcond_with tests
@ -12,7 +12,7 @@
Name: ghc-%{pkg_name}
Version: 1.3
Release: %autorelease
Release: %autorelease -e 0.riscv64
Summary: Portable temporary file and directory support
License: BSD-3-Clause