From 64a3cf8a17e35203f65b6a73e5befcde2d2820c4 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Thu, 14 Mar 2024 13:57:15 +0200 Subject: [PATCH] Remove riscv64 from simdsort_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 1c94135..bad2e2c 100644 --- a/java-latest-openjdk.spec +++ b/java-latest-openjdk.spec @@ -125,7 +125,7 @@ # Set of architectures for which java has short vector math library (libsvml.so) %global svml_arches x86_64 # Set of architectures with libsimdsort.so -%global simdsort_arches x86_64 riscv64 +%global simdsort_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)