From 6a6a96fdb8bdc88366cac0ab79108a7400af3843c815f678c070b5764eda0de0 Mon Sep 17 00:00:00 2001 From: Petr Gajdos Date: Fri, 18 Aug 2017 10:01:09 +0000 Subject: [PATCH] - 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 --- libunistring.changes | 5 +++++ libunistring.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/libunistring.changes b/libunistring.changes index dcd84eb..2360483 100644 --- a/libunistring.changes +++ b/libunistring.changes @@ -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 diff --git a/libunistring.spec b/libunistring.spec index 275d64b..aba4e08 100644 --- a/libunistring.spec +++ b/libunistring.spec @@ -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}