Do not run tests in parellel

i9ce changed/i9/icu65-65.1-1.el9
Arkady L. Shane 1 year ago
parent 618ff93c41
commit c52b7835c0
Signed by: tigro
GPG Key ID: 9C7900103E1C4F8B

@ -143,9 +143,9 @@ if grep -q @VERSION@ source/tools/*/*.8 source/tools/*/*.1 source/config/*.1; th
fi
%ifarch i686
# F26 since the mass rebuild in 2017-Feb fails a check, ignore error. TODO: find cause / disable only one.
make %{?_smp_mflags} -C source check ||:
make -C source check ||:
%else
make %{?_smp_mflags} -C source check
make -C source check
%endif
# log available codes

Loading…
Cancel
Save