!129 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-31 02:25:18 +00:00 committed by Gitee
commit 141e484206
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,7 +1,7 @@
%bcond_without sys_llvm %bcond_without sys_llvm
%bcond_without check %bcond_without check
%bcond_with classic_flang %bcond_with classic_flang
%bcond_without toolchain_clang %bcond_with toolchain_clang
%bcond_without bisheng_autotuner %bcond_without bisheng_autotuner
%if %{with toolchain_clang} %if %{with toolchain_clang}
@ -43,7 +43,7 @@
Name: %{pkg_name} Name: %{pkg_name}
Version: %{clang_version} Version: %{clang_version}
Release: 19 Release: 20
Summary: A C language family front-end for LLVM Summary: A C language family front-end for LLVM
License: NCSA License: NCSA
@ -412,6 +412,9 @@ LD_LIBRARY_PATH=%{buildroot}/%{install_libdir} %{__ninja} check-all -C ./_build
%{install_bindir}/git-clang-format %{install_bindir}/git-clang-format
%changelog %changelog
* Tue Jul 30 2024 liyunfei <liyunfei33@huawei.com> - 17.0.6-20
- Disable toolchain_clang build for BiSheng Autotuner support temporary.
* Tue Jul 16 2024 liyunfei <liyunfei33@huawei.com> - 17.0.6-19 * Tue Jul 16 2024 liyunfei <liyunfei33@huawei.com> - 17.0.6-19
- Add BiSheng Autotuner support. - Add BiSheng Autotuner support.