diff --git a/build/update.sh b/build/update.sh index 048b39df..5515139b 100755 --- a/build/update.sh +++ b/build/update.sh @@ -62,7 +62,7 @@ fi echo "---------------- 更新子模块代码库 ----------------" cd $BASE_DIR -git submodule update --recursive --progress +git submodule update --recursive --progress --jobs 6 #检查执行结果是否正常 ERR=$?