You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Clone step occasionally fail on timeout
Compiler and operating system
Windows / Linux
Library version
3.11.3 but also latest
Validation
The bug also occurs if the latest version from the develop branch is used.
I had this discussions a while ago. I will not change this repository's history. If you want a quick download, take the .xz archive. If you want to check out the repository, deal with its size. Sorry.
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
develop
branch is used.The text was updated successfully, but these errors were encountered: