build-nocheck is archaic

This commit is contained in:
Caolán McNamara 2022-08-09 11:38:22 +01:00
parent 83e32fe090
commit 7142255245

View File

@ -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