From: Matthew Fernandez Date: Sun, 21 Feb 2021 17:58:06 +0000 (-0800) Subject: don't clone the history of submodules in Windows CI tasks X-Git-Tag: 2.47.0~35^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cc0bc877c47b1e9dc83dd444262e1b524f3fcddd;p=graphviz don't clone the history of submodules in Windows CI tasks The Windows builds only need the tip of these repositories, so no need to spend time and bandwidth retrieving their history. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b908a806a..667977190 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -126,7 +126,7 @@ portable-source: $TARGET_ARCH = "x86"; } # Retrieve submodules, dependencies are stored there. - - git submodule update --init + - git submodule update --init --depth 1 # Install and set PATH - $Env:graphviz_install_dir = "C:\Graphviz" # Build