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:
parent
518dc961cf
commit
6a6a96fdb8
@ -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
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user