aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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