From 04401cc219f2b709f58c6d384e55370dbb51efab Mon Sep 17 00:00:00 2001 From: Vitaly Buka Date: Fri, 18 Oct 2019 21:42:53 +0000 Subject: [sanitizers] Increase default "git clone --depth" to 100 git-svn-id: https://llvm.org/svn/llvm-project/zorg/trunk@375291 91177308-0d34-0410-b5e6-96231b3b80d8 --- zorg/buildbot/builders/sanitizers/buildbot_functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zorg/buildbot/builders/sanitizers/buildbot_functions.sh b/zorg/buildbot/builders/sanitizers/buildbot_functions.sh index a0cc0e84..05f03f40 100755 --- a/zorg/buildbot/builders/sanitizers/buildbot_functions.sh +++ b/zorg/buildbot/builders/sanitizers/buildbot_functions.sh @@ -122,7 +122,7 @@ function buildbot_update_git { LLVM=$BUILDBOT_MONO_REPO_PATH/llvm else ( - local DEPTH=10 + local DEPTH=100 [[ -d llvm-project ]] || git clone --depth $DEPTH https://github.com/llvm/llvm-project.git cd llvm-project git fetch -- cgit v1.2.3