Disable tests on riscv64 for now

Some tests are known to fail. Not all features are currently supported.

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2023-11-10 12:17:13 +02:00
parent dc00a7f9ef
commit 622210af4e
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB

View File

@ -1,4 +1,10 @@
%ifnarch riscv64
%bcond tests 1
%else
# riscv
# https://github.com/numba/llvmlite/issues/923
%bcond tests 0
%endif
# Sphinx-generated HTML documentation is not suitable for packaging; see
# https://bugzilla.redhat.com/show_bug.cgi?id=2006555 for discussion.
#
@ -7,7 +13,7 @@
Name: python-llvmlite
Version: 0.41.1
Release: %{autorelease}
Release: %{autorelease} -e 0.riscv64
Summary: Lightweight LLVM Python binding for writing JIT compilers
# The entire source is BSD-2-Clause, except: