build-nocheck is archaic
This commit is contained in:
parent
83e32fe090
commit
7142255245
@ -1105,11 +1105,11 @@ touch autogen.lastrun
|
||||
%{?archoptions} \
|
||||
%{?flatpakoptions}
|
||||
|
||||
if ! make verbose=true build-nocheck; then
|
||||
if ! make verbose=true build; then
|
||||
echo "build attempt 1 failed"
|
||||
if ! make verbose=true build-nocheck; then
|
||||
if ! make verbose=true build; then
|
||||
echo "build attempt 2 failed"
|
||||
make verbose=true GMAKE_OPTIONS=-rj1 build-nocheck
|
||||
make verbose=true GMAKE_OPTIONS=-rj1 build
|
||||
fi
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user