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:
commit
b7e357f305
@ -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
|
||||||
|
|
||||||
|
@ -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}
|
||||||
|
Loading…
Reference in New Issue
Block a user