From 241f41c0ba76ec3c8bffc2c3bbbc119fb3351b44 Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Tue, 12 Nov 2024 21:17:53 +0800 Subject: [PATCH] fix check section --- lld.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lld.spec b/lld.spec index 6077531..f18d03d 100644 --- a/lld.spec +++ b/lld.spec @@ -40,7 +40,7 @@ Name: %{pkg_name} Version: %{maj_ver}.%{min_ver}.%{patch_ver} -Release: 7 +Release: 8 Summary: The LLVM Linker License: NCSA @@ -130,7 +130,7 @@ rm %{buildroot}%{install_includedir}/mach-o/compact_unwind_encoding.h %check %if %{with check} -%ctest +%cmake_build --target check-lld %endif %files @@ -146,6 +146,9 @@ rm %{buildroot}%{install_includedir}/mach-o/compact_unwind_encoding.h %{install_libdir}/liblld*.so.* %changelog +* Tue Nov 12 2024 Funda Wang - 17.0.6-8 +- fix check section + * Mon Nov 11 2024 Funda Wang - 17.0.6-7 - adopt to new cmake macro -- Gitee