We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38e1116 commit e0c7558Copy full SHA for e0c7558
packaging/deps.sh
@@ -65,7 +65,7 @@ should_build() {
65
## Build configuration
66
67
# Use shallow git clones to speed up downloads
68
-GIT_OPTS+=" --depth=1 --config advice.detachedHead=false"
+GIT_OPTS+=" --depth=1 --recurse-submodules --shallow-submodules --config advice.detachedHead=false"
69
70
# Install destination
71
PREFIX=${PREFIX:-/usr/local}
0 commit comments