SHA256
1
0
forked from pool/libunistring

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

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libunistring?expand=0&rev=36
This commit is contained in:
Petr Gajdos 2017-08-18 10:01:09 +00:00 committed by Git OBS Bridge
parent 518dc961cf
commit 6a6a96fdb8
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

View File

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