Skip to content

Commit bf93900

Browse files
committed
use fetch.parallel=0 in CMake update
1 parent e5f610a commit bf93900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/submodules/update.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ block()
5252
endif()
5353

5454
message(STATUS "Updating Public submodules")
55-
NBL_GIT_COMMAND(-c url.https://github.com/.insteadOf=git@github.com: ${NBL_CONFIG_SUBMODULE} submodule update --init --recursive ${NBL_UPDATE_OPTIONS} WORKING_DIRECTORY "${NBL_ROOT_PATH}")
55+
NBL_GIT_COMMAND(-c fetch.parallel=0 -c url.https://github.com/.insteadOf=git@github.com: ${NBL_CONFIG_SUBMODULE} submodule update --init --recursive ${NBL_UPDATE_OPTIONS} WORKING_DIRECTORY "${NBL_ROOT_PATH}")
5656

5757
if(NBL_UPDATE_GIT_SUBMODULE_INCLUDE_PRIVATE)
5858
# NOTE: your git must be installed with default Git Bash as shell

0 commit comments

Comments
 (0)