libsanitizer: use git clone --depth 1
Using depth == 1 it makes the cloning much faster. libsanitizer/ChangeLog: * merge.sh: Use git clone --depth 1.
This commit is contained in:
parent
fe26b040ce
commit
3895318beb
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
get_upstream() {
|
get_upstream() {
|
||||||
rm -rf upstream
|
rm -rf upstream
|
||||||
git clone https://github.com/llvm/llvm-project.git upstream
|
git clone --depth 1 https://github.com/llvm/llvm-project.git upstream
|
||||||
}
|
}
|
||||||
|
|
||||||
get_current_rev() {
|
get_current_rev() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue