We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c76cc9a commit 1e10950Copy full SHA for 1e10950
ci/scripts/build_paimon.sh
@@ -47,14 +47,14 @@ fi
47
48
git log -10 --decorate
49
50
-cmake "${CMAKE_ARGS[@]}" ${source_dir}
51
-cmake --build . -- -j$(nproc)
52
-ctest --output-on-failure -j $(nproc)
+# cmake "${CMAKE_ARGS[@]}" ${source_dir}
+# cmake --build . -- -j$(nproc)
+# ctest --output-on-failure -j $(nproc)
53
54
-if [[ "${check_clang_tidy}" == "true" ]]; then
55
- cmake --build . --target check-clang-tidy
56
-fi
+# if [[ "${check_clang_tidy}" == "true" ]]; then
+# cmake --build . --target check-clang-tidy
+# fi
57
58
-popd
+# popd
59
60
-rm -rf ${build_dir}
+# rm -rf ${build_dir}
0 commit comments