Skip to content

Commit 160e0ef

Browse files
committed
111
1 parent 393b613 commit 160e0ef

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ci/scripts/build_paimon.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ check_clang_tidy=${3:-false}
2222
build_type=${4:-Debug}
2323
build_dir=${1}/build
2424

25+
clang-tidy --version
26+
2527
# Display ccache status if available
2628
if command -v ccache &> /dev/null; then
2729
echo "=== ccache found: $(ccache --version | head -1) ==="

0 commit comments

Comments
 (0)