Skip to content

Commit cb10944

Browse files
markchandlera-maurice
authored andcommitted
Firebase Opensource: Enabled shallow clones to improve build times
PiperOrigin-RevId: 281153988
1 parent 6de2dc5 commit cb10944

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

cmake/external/curl.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ ExternalProject_Add(
2323

2424
GIT_REPOSITORY https://github.com/curl/curl.git
2525
GIT_TAG curl-7_58_0
26+
GIT_SHALLOW 1
2627

2728
PREFIX ${PROJECT_BINARY_DIR}
2829

cmake/external/flatbuffers.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ ExternalProject_Add(
2323

2424
GIT_REPOSITORY https://github.com/google/flatbuffers.git
2525
GIT_TAG v1.10.0
26+
GIT_SHALLOW 1
2627

2728
PREFIX ${PROJECT_BINARY_DIR}
2829

cmake/external/libuv.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ ExternalProject_Add(
2323

2424
GIT_REPOSITORY https://github.com/libuv/libuv
2525
GIT_TAG v1.28.0
26+
GIT_SHALLOW 1
2627

2728
PREFIX ${PROJECT_BINARY_DIR}
2829

cmake/external/uWebSockets.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ ExternalProject_Add(
2323

2424
GIT_REPOSITORY https://github.com/uNetworking/uWebSockets
2525
GIT_TAG 4d94401b9c98346f9afd838556fdc7dce30561eb
26+
GIT_SHALLOW 1
2627

2728
PREFIX ${PROJECT_BINARY_DIR}
2829

0 commit comments

Comments
 (0)