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:
@@ -6,7 +6,7 @@
|
||||
|
||||
get_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() {
|
||||
|
||||
Reference in New Issue
Block a user