Disable tests on riscv64

Not build for interactive use issue.

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2023-06-26 09:33:17 +03:00
parent baeb516fa4
commit eff3d4238a
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB

View File

@ -5,7 +5,7 @@
%global pkgver %{pkg_name}-%{version}
# hangs on s390x
%ifnarch s390x
%ifnarch s390x riscv64
%bcond_without tests
%endif