We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bce4be4 commit a10d6efCopy full SHA for a10d6ef
1 file changed
ci/scripts/build_paimon.sh
@@ -45,6 +45,8 @@ if [[ "${check_clang_tidy}" == "true" ]]; then
45
)
46
fi
47
48
+git log -10
49
+
50
cmake "${CMAKE_ARGS[@]}" ${source_dir}
51
cmake --build . -- -j$(nproc)
52
ctest --output-on-failure -j $(nproc)
0 commit comments