aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVitaly Buka <vitalybuka@google.com>2019-10-18 21:42:53 +0000
committerVitaly Buka <vitalybuka@google.com>2019-10-18 21:42:53 +0000
commit04401cc219f2b709f58c6d384e55370dbb51efab (patch)
tree6b487a6ec4142c8ada8c949fb5e31dafc4afabe9
parenta6509077dd5243fafaa4c3caeb82b8db51264499 (diff)
[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
-rwxr-xr-xzorg/buildbot/builders/sanitizers/buildbot_functions.sh2
1 files changed, 1 insertions, 1 deletions
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