From 668333ab4917a1aa2c4ceb3bc3ddc84b813766bc Mon Sep 17 00:00:00 2001 From: cf_zhao Date: Tue, 7 Feb 2023 20:46:42 +0800 Subject: [PATCH] disable check in llvm.spec --- llvm.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/llvm.spec b/llvm.spec index 518d98d..a889b4d 100644 --- a/llvm.spec +++ b/llvm.spec @@ -154,8 +154,6 @@ cp -R _build/unittests %{buildroot}%{_libdir}/%{name}/ find %{buildroot}%{_libdir}/%{name} -ignore_readdir_race -iname 'cmake*' -exec rm -Rf '{}' ';' || true %check -cd _build -ninja check-all || : %post -p /sbin/ldconfig %postun -p /sbin/ldconfig @@ -196,6 +194,10 @@ fi %{_mandir}/man1/* %changelog +* Tue Feb 14 2023 zhaochuanfeng - 12.0.1-4 +- Disable check temporarily to avoid a build error that `rmbuild` cannot +- remove a file due to no permission. + * Tue Aug 23 2022 guopeilin - 12.0.1-3 - Type: enhancement - ID: NA -- Gitee