Remove riscv64 from svml arches

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2024-03-09 19:52:01 +02:00
parent 57011d6f29
commit 30b163cd55
Signed by: davidlt
GPG Key ID: 7A5F42FAF91FACC3
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@
# Set of architectures for which alt-java has SSB mitigation
%global ssbd_arches x86_64
# Set of architectures for which java has short vector math library (libsvml.so)
%global svml_arches x86_64 riscv64
%global svml_arches x86_64
# Set of architectures where we verify backtraces with gdb
# s390x fails on RHEL 7 so we exclude it there
%if (0%{?rhel} > 0 && 0%{?rhel} < 8)