We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 393b613 commit 160e0efCopy full SHA for 160e0ef
1 file changed
ci/scripts/build_paimon.sh
@@ -22,6 +22,8 @@ check_clang_tidy=${3:-false}
22
build_type=${4:-Debug}
23
build_dir=${1}/build
24
25
+clang-tidy --version
26
+
27
# Display ccache status if available
28
if command -v ccache &> /dev/null; then
29
echo "=== ccache found: $(ccache --version | head -1) ==="
0 commit comments