Rollup merge of #35085 - dns2utf8:git_clone_depth, r=alexcrichton

Reduce git clone --depth from 50 (default) to 1

This should speedup the builds a little.
This commit is contained in:
Seo Sanghyeon 2016-08-02 00:12:39 +09:00 committed by GitHub
commit 05a2d39265

View File

@ -7,6 +7,7 @@ services:
# our configure script, so disable auto submodule management.
git:
submodules: false
depth: 1
before_install:
- docker build -t rust -f src/etc/Dockerfile src/etc