build-nocheck is archaic

f41
Caolán McNamara 2 years ago
parent 83e32fe090
commit 7142255245

@ -1105,11 +1105,11 @@ touch autogen.lastrun
%{?archoptions} \ %{?archoptions} \
%{?flatpakoptions} %{?flatpakoptions}
if ! make verbose=true build-nocheck; then if ! make verbose=true build; then
echo "build attempt 1 failed" echo "build attempt 1 failed"
if ! make verbose=true build-nocheck; then if ! make verbose=true build; then
echo "build attempt 2 failed" echo "build attempt 2 failed"
make verbose=true GMAKE_OPTIONS=-rj1 build-nocheck make verbose=true GMAKE_OPTIONS=-rj1 build
fi fi
fi fi

Loading…
Cancel
Save