From e9182b706574638ffcc2a43abcb671098bf608e5 Mon Sep 17 00:00:00 2001 From: Liwei Ge Date: Fri, 11 Nov 2022 11:03:02 +0800 Subject: [PATCH] spec: disable loongarch build --- lldb.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/lldb.spec b/lldb.spec index ed5918a..03ebcf6 100644 --- a/lldb.spec +++ b/lldb.spec @@ -1,3 +1,4 @@ +%define anolis_release .0.1 # Opt out of https://fedoraproject.org/wiki/Changes/fno-omit-frame-pointer # https://bugzilla.redhat.com/show_bug.cgi?id=2158587 %undefine _include_frame_pointers @@ -13,8 +14,9 @@ Name: lldb Version: %{lldb_version}%{?rc_ver:~rc%{rc_ver}} -Release: 1%{?dist} +Release: 1%{anolis_release}%{?dist} Summary: Next generation high-performance debugger +ExcludeArch: loongarch64 License: NCSA URL: http://lldb.llvm.org/ @@ -150,6 +152,9 @@ rm -f %{buildroot}%{python3_sitearch}/six.* %{python3_sitearch}/lldb %changelog +* Mon Sep 23 2024 Liwei Ge - 17.0.6-1.0.1 +- Disable loongarch build + * Wed Nov 29 2023 Nikita Popov - 17.0.6-1 - Update to LLVM 17.0.6 -- Gitee