-
-
Notifications
You must be signed in to change notification settings - Fork 7.5k
Clone is long due to large history #4370
Copy link
Copy link
Closed
Labels
solution: wontfixthe issue will not be fixed (either it is impossible or deemed out of scope)the issue will not be fixed (either it is impossible or deemed out of scope)
Description
Activity
Metadata
Metadata
Assignees
Labels
solution: wontfixthe issue will not be fixed (either it is impossible or deemed out of scope)the issue will not be fixed (either it is impossible or deemed out of scope)
Description
json repo history is very big.
CMake ExternalProject_Add does not support shallow clone of a specific commit, that makes us work hard to minimize the clone part that happens on build step.
I suggest to use git tools to reduce history size
W/O history repo is ~ 7 [MB]
with history it's ~ 185 [MB]
Reproduction steps
Expected vs. actual results
Here how it looks w/o history

Minimal code example
No response
Error messages
Compiler and operating system
Windows / Linux
Library version
3.11.3 but also latest
Validation
developbranch is used.