summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorJose Fonseca <jfonseca@vmware.com>2016-01-24 18:33:58 +0000
committerJose Fonseca <jfonseca@vmware.com>2016-02-03 19:37:19 +0000
commit1c0f95f602ae88b5889f71eff85d4027e7959cfd (patch)
tree413b97d7311bedbcdaf1b2002a618e49903b4ebb /appveyor.yml
parent029c89a0cc545045d0183adae446e50cce940a1a (diff)
downloadexternal_mesa3d-1c0f95f602ae88b5889f71eff85d4027e7959cfd.zip
external_mesa3d-1c0f95f602ae88b5889f71eff85d4027e7959cfd.tar.gz
external_mesa3d-1c0f95f602ae88b5889f71eff85d4027e7959cfd.tar.bz2
appveyor: Bump shallow clone depth.
To prevent build failures when a large patch series is committed, like happened in https://ci.appveyor.com/project/jrfonseca-fdo/mesa/build/322 due to 10 commits between dac2964f3ebd96d5ac227984ab0cd79c2c3b2a1a and 6f428328d34bed16edb8709e4a117eb710d7893d where submitted before the build slave started the git clone. 100 commits should be bigger than any patch series seen in practice, and it takes practically the same time to download as 5 commits. Reviewed-by: Roland Scheidegger <sroland@vmware.com>
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml11
1 files changed, 9 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 68cc368..bf7ac75 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -6,7 +6,7 @@
# - Select Git and fill in the Git clone URL
# - Setup a Git hook as explained in
# https://github.com/appveyor/webhooks#installing-git-hook
-# - Check 'Settings > General > Skip branches without appveyor'
+# - Check 'Settings > General > Skip branches without appveyor.yml'
# - Check 'Settings > General > Rolling builds'
# - Setup the global or project notifications to your liking
#
@@ -24,7 +24,14 @@ branches:
except:
- /^travis.*$/
-clone_depth: 5
+# Don't download the full Mesa history to speed up cloning. However the clone
+# depth must not be too small, otherwise builds might fail when lots of patches
+# are committed in succession, because the desired commit is not found on the
+# truncated history.
+#
+# See also:
+# - https://www.appveyor.com/blog/2014/06/04/shallow-clone-for-git-repositories
+clone_depth: 100
cache:
- win_flex_bison-2.4.5.zip