mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Improve multicore build process by make use of overlays and uniqie temporally build directories
This commit is contained in:
@@ -201,7 +201,7 @@ improved_git()
|
||||
local count=1
|
||||
while [ $count -lt $retries ]; do
|
||||
$realgit "$@"
|
||||
if [ $? -eq 0 ]; then
|
||||
if [[ $? -eq 0 || -f .git/index.lock ]]; then
|
||||
retries=0
|
||||
break
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user