File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -58,20 +58,20 @@ function check {
58
58
59
59
case ${INTEGRATION} in
60
60
cargo)
61
- git clone https://github.com/rust-lang/${INTEGRATION} .git
61
+ git clone --depth=1 https://github.com/rust-lang/${INTEGRATION} .git
62
62
cd ${INTEGRATION}
63
63
export CFG_DISABLE_CROSS_TESTS=1
64
64
check
65
65
cd -
66
66
;;
67
67
failure)
68
- git clone https://github.com/rust-lang-nursery/${INTEGRATION} .git
68
+ git clone --depth=1 https://github.com/rust-lang-nursery/${INTEGRATION} .git
69
69
cd ${INTEGRATION} /failure-1.X
70
70
check
71
71
cd -
72
72
;;
73
73
* )
74
- git clone https://github.com/rust-lang-nursery/${INTEGRATION} .git
74
+ git clone --depth=1 https://github.com/rust-lang-nursery/${INTEGRATION} .git
75
75
cd ${INTEGRATION}
76
76
check
77
77
cd -
You can’t perform that action at this time.
0 commit comments