zhanglistar commented on code in PR #8790:
URL: https://github.com/apache/incubator-gluten/pull/8790#discussion_r1962991212
##########
cpp-ch/CMakeLists.txt:
##########
@@ -53,7 +53,7 @@ if("${CH_SOURCE_DIR}" STREQUAL
"${CMAKE_SOURCE_DIR}/ClickHouse")
COMMAND git reset --hard ${CH_COMMIT}
WORKING_DIRECTORY ${CH_SOURCE_DIR} COMMAND_ERROR_IS_FATAL ANY)
execute_process(
- COMMAND git submodule update --init --recursive --force --depth 1
+ COMMAND git submodule update --init --recursive --force --depth 1 --jobs
32
Review Comment:
Try add --single-branch too?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]