Accepting request 517533 from devel:libraries:c_c++

- try to not run tests in parallel, make check stucks randomly

OBS-URL: https://build.opensuse.org/request/show/517533
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libunistring?expand=0&rev=23
This commit is contained in:
Dominique Leuenberger 2017-08-22 09:06:21 +00:00 committed by Git OBS Bridge
commit b7e357f305
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Aug 18 10:00:34 UTC 2017 - pgajdos@suse.com
- try to not run tests in parallel, make check stucks randomly
------------------------------------------------------------------- -------------------------------------------------------------------
Fri May 5 06:51:45 UTC 2017 - pgajdos@suse.com Fri May 5 06:51:45 UTC 2017 - pgajdos@suse.com

View File

@ -84,7 +84,8 @@ rm -f %{buildroot}/%{_libdir}/libunistring.la
%ifarch %ix86 %ifarch %ix86
sed -i 's:50000:50:g' tests/test-malloca.c sed -i 's:50000:50:g' tests/test-malloca.c
%endif %endif
make check %{?_smp_mflags} # do not run tests in parallel, it stucks randomly
make check
%endif %endif
%files -n %{lname} %files -n %{lname}