!72 Disable check

From: @cf-zhao 
Reviewed-by: @eastb233 
Signed-off-by: @eastb233
This commit is contained in:
openeuler-ci-bot 2023-07-13 12:41:25 +00:00 committed by Gitee
commit 8963f68e84
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,5 +1,5 @@
%bcond_with sys_llvm
%bcond_without check
%bcond_with check
%global maj_ver 12
%global min_ver 0
@ -35,7 +35,7 @@
Name: %{pkg_name}
Version: %{maj_ver}.%{min_ver}.%{patch_ver}
Release: 6
Release: 7
Summary: The Low Level Virtual Machine
License: NCSA
@ -284,6 +284,9 @@ LD_LIBRARY_PATH=%{buildroot}/%{install_libdir} %{__ninja} check-all -C ./_build
%{install_libdir}/libLLVMTestingSupport.a
%changelog
* Tue Jul 13 2023 cf-zhao <zhaochuanfeng@huawei.com> -12.0.1-7
- Disable check.
* Sat Jul 08 2023 cf-zhao <zhaochuanfeng@huawei.com> -12.0.1-6
- Make this spec file support both system-version and multi-version.