!16 Disable toolchain_clang build for BiSheng Autotuner support temporary.

From: @liyunfei33 
Reviewed-by: @cf-zhao 
Signed-off-by: @cf-zhao
This commit is contained in:
openeuler-ci-bot 2024-07-30 03:56:34 +00:00 committed by Gitee
commit 68c85882b5
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,6 @@
%bcond_without sys_llvm %bcond_without sys_llvm
%bcond_without check %bcond_without check
%bcond_without toolchain_clang %bcond_with toolchain_clang
%bcond_without bisheng_autotuner %bcond_without bisheng_autotuner
%if %{with toolchain_clang} %if %{with toolchain_clang}
@ -38,7 +38,7 @@
Name: %{pkg_name} Name: %{pkg_name}
Version: %{maj_ver}.%{min_ver}.%{patch_ver} Version: %{maj_ver}.%{min_ver}.%{patch_ver}
Release: 4 Release: 5
Summary: The LLVM Linker Summary: The LLVM Linker
License: NCSA License: NCSA
@ -145,6 +145,9 @@ rm %{buildroot}%{install_includedir}/mach-o/compact_unwind_encoding.h
%{install_libdir}/liblld*.so.* %{install_libdir}/liblld*.so.*
%changelog %changelog
* Tue Jul 30 2024 liyunfei <liyunfei33@huawei.com> - 17.0.6-5
- Disable toolchain_clang build for BiSheng Autotuner support temporary.
* Tue Jul 16 2024 liyunfei <liyunfei33@huawei.com> - 17.0.6-4 * Tue Jul 16 2024 liyunfei <liyunfei33@huawei.com> - 17.0.6-4
- Add BiSheng Autotuner support. - Add BiSheng Autotuner support.