Skip to content

Commit 42b2fa1

Browse files
committed
222
1 parent 160e0ef commit 42b2fa1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

ci/scripts/build_paimon.sh

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

25+
which clang++
26+
clang++ --version
27+
which clang-tidy
2528
clang-tidy --version
2629

2730
# Display ccache status if available

0 commit comments

Comments
 (0)