build(Archlinux): Shallow clone dependent submodules (#5206)
This commit is contained in:
@@ -116,7 +116,7 @@ fi
|
||||
|
||||
prepare() {
|
||||
cd "$pkgname"
|
||||
git submodule update --recursive --init
|
||||
git submodule update --recursive --init --depth 1
|
||||
}
|
||||
|
||||
build() {
|
||||
|
||||
Reference in New Issue
Block a user