This is an automated email from the ASF dual-hosted git repository.
zhangzc pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git
The following commit(s) were added to refs/heads/main by this push:
new 1c0d34fc42 Fix CH CI build (#11439)
1c0d34fc42 is described below
commit 1c0d34fc42b629356fa67d52adaea0133275483f
Author: Jin Chengcheng <[email protected]>
AuthorDate: Mon Jan 19 14:28:48 2026 +0800
Fix CH CI build (#11439)
Fix CH CI build
---
cpp-ch/CMakeLists.txt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/cpp-ch/CMakeLists.txt b/cpp-ch/CMakeLists.txt
index 3d26d914c9..a119e7ddc3 100644
--- a/cpp-ch/CMakeLists.txt
+++ b/cpp-ch/CMakeLists.txt
@@ -33,7 +33,7 @@ if("${CH_SOURCE_DIR}" STREQUAL
"${CMAKE_SOURCE_DIR}/ClickHouse")
if(NOT clickhouse_files)
execute_process(
COMMAND
- git clone -b ${CH_BRANCH} --depth 3
+ git clone -b ${CH_BRANCH} --depth 10
https://github.com/${CH_ORG}/ClickHouse.git ${CH_SOURCE_DIR}
COMMAND_ERROR_IS_FATAL ANY)
execute_process(
@@ -45,7 +45,7 @@ if("${CH_SOURCE_DIR}" STREQUAL
"${CMAKE_SOURCE_DIR}/ClickHouse")
COMMAND_ERROR_IS_FATAL ANY)
else()
execute_process(
- COMMAND git fetch origin ${CH_BRANCH} --depth 3
+ COMMAND git fetch origin ${CH_BRANCH} --depth 10
WORKING_DIRECTORY ${CH_SOURCE_DIR} COMMAND_ERROR_IS_FATAL ANY)
execute_process(
COMMAND git checkout ${CH_BRANCH}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]