From 21f2563c9121c15b7c2a3a9212b8e26bd46bcd3f Mon Sep 17 00:00:00 2001 From: Leslie Zhai Date: Thu, 9 Nov 2023 09:28:20 +0800 Subject: [PATCH] [a23] Disable gdb --- java-11-openjdk.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/java-11-openjdk.spec b/java-11-openjdk.spec index e37b1a4..5c9004f 100644 --- a/java-11-openjdk.spec +++ b/java-11-openjdk.spec @@ -13,7 +13,7 @@ # Only produce a release build on x86_64: # $ rhpkg mockbuild --without slowdebug --without fastdebug -%global anolis_release 3 +%global anolis_release 4 # Enable fastdebug builds by default on relevant arches. %bcond_without fastdebug # Enable slowdebug builds by default on relevant arches. @@ -2131,6 +2131,7 @@ done # Using line number 1 might cause build problems. See: # https://bugzilla.redhat.com/show_bug.cgi?id=1539664 # https://bugzilla.redhat.com/show_bug.cgi?id=1538767 +%ifnarch loongarch64 gdb -q "$JAVA_HOME/bin/java" < - 1:11.0.17.0.8-4 +- Disable gdb + * Mon Nov 06 2023 Leslie Zhai - 1:11.0.17.0.8-3 - Add download -- Gitee