This is an automated email from the ASF dual-hosted git repository. panxiaolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push: new bdd738279c1 [Chore](checks) Clang Tidy Preparation do not open build_cloud (#41543) bdd738279c1 is described below commit bdd738279c12744d932e9632e557be4969f6c14a Author: Pxl <pxl...@qq.com> AuthorDate: Tue Oct 8 15:24:08 2024 +0800 [Chore](checks) Clang Tidy Preparation do not open build_cloud (#41543) ## Proposed changes Clang Tidy Preparation do not open build_cloud <img width="817" alt="图片" src="https://github.com/user-attachments/assets/cfdfcb16-f725-4cbd-af60-e15dd4bcc18f"> --- .github/workflows/code-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code-checks.yml b/.github/workflows/code-checks.yml index 4fe4090b516..6aaa83f47cd 100644 --- a/.github/workflows/code-checks.yml +++ b/.github/workflows/code-checks.yml @@ -105,7 +105,7 @@ jobs: popd export PATH="${DEFAULT_DIR}/ldb-toolchain/bin/:$(pwd)/thirdparty/installed/bin/:${PATH}" - DISABLE_BE_JAVA_EXTENSIONS=ON DO_NOT_CHECK_JAVA_ENV=ON DORIS_TOOLCHAIN=clang ENABLE_PCH=OFF OUTPUT_BE_BINARY=0 ./build.sh --be --cloud + DISABLE_BE_JAVA_EXTENSIONS=ON DO_NOT_CHECK_JAVA_ENV=ON DORIS_TOOLCHAIN=clang ENABLE_PCH=OFF OUTPUT_BE_BINARY=0 ./build.sh --be fi echo "should_check=${{ steps.filter.outputs.cpp_changes }}" >>${GITHUB_OUTPUT} --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org