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:
commit
05a2d39265
@ -7,6 +7,7 @@ services:
|
|||||||
# our configure script, so disable auto submodule management.
|
# our configure script, so disable auto submodule management.
|
||||||
git:
|
git:
|
||||||
submodules: false
|
submodules: false
|
||||||
|
depth: 1
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- docker build -t rust -f src/etc/Dockerfile src/etc
|
- docker build -t rust -f src/etc/Dockerfile src/etc
|
||||||
|
Loading…
Reference in New Issue
Block a user