Skip to content

Commit b1939ff

Browse files
authored
[Chore](build) add cloud directory to build-support script (#33468)
add cloud directory to build-support script
1 parent a0a19db commit b1939ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build-support/check-format.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ fi
4444

4545
CLANG_FORMAT="${CLANG_FORMAT_BINARY:=$(command -v clang-format)}"
4646

47-
python "${DORIS_HOME}/build-support/run_clang_format.py" "--clang-format-executable" "${CLANG_FORMAT}" "-r" "--style" "file" "--inplace" "false" "--extensions" "c,h,C,H,cpp,hpp,cc,hh,c++,h++,cxx,hxx" "--exclude" "none" "be/src be/test"
47+
python "${DORIS_HOME}/build-support/run_clang_format.py" "--clang-format-executable" "${CLANG_FORMAT}" "-r" "--style" "file" "--inplace" "false" "--extensions" "c,h,C,H,cpp,hpp,cc,hh,c++,h++,cxx,hxx" "--exclude" "none" "be/src be/test cloud/src cloud/test"

build-support/clang-format.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ fi
4444

4545
CLANG_FORMAT="${CLANG_FORMAT_BINARY:=$(command -v clang-format)}"
4646

47-
python "${DORIS_HOME}/build-support/run_clang_format.py" "--clang-format-executable" "${CLANG_FORMAT}" "-r" "--style" "file" "--inplace" "true" "--extensions" "c,h,C,H,cpp,hpp,cc,hh,c++,h++,cxx,hxx" "--exclude" "none" "be/src be/test"
47+
python "${DORIS_HOME}/build-support/run_clang_format.py" "--clang-format-executable" "${CLANG_FORMAT}" "-r" "--style" "file" "--inplace" "true" "--extensions" "c,h,C,H,cpp,hpp,cc,hh,c++,h++,cxx,hxx" "--exclude" "none" "be/src be/test cloud/src cloud/test"

0 commit comments

Comments
 (0)