mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-23 02:44:18 +08:00
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
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user