Skip to content

Commit

Permalink
[Chore](checks) Clang Tidy Preparation do not open build_cloud (#41543)
Browse files Browse the repository at this point in the history
## 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">
  • Loading branch information
BiteTheDDDDt authored Oct 8, 2024
1 parent 5fd2ef7 commit bdd7382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit bdd7382

Please sign in to comment.