From 30b163cd55cf36f5364b6d794595aa96147b8ea9 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Sat, 9 Mar 2024 19:52:01 +0200 Subject: [PATCH] Remove riscv64 from svml arches Signed-off-by: David Abdurachmanov --- java-latest-openjdk.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java-latest-openjdk.spec b/java-latest-openjdk.spec index 15b50c1..34a3c95 100644 --- a/java-latest-openjdk.spec +++ b/java-latest-openjdk.spec @@ -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)