From f66dfc4858ff797ecfe24876046bc2bca069496a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Tue, 17 Oct 2017 13:34:43 +0200 Subject: [PATCH] - try without parallel test (hangs on builders) --- lftp.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lftp.spec b/lftp.spec index 98a2b12..f90d8ed 100644 --- a/lftp.spec +++ b/lftp.spec @@ -117,7 +117,7 @@ CXXFLAGS="%{rpmcflags} -fno-rtti -fno-exceptions" %{__make} -%{?with_tests:%{__make} check} +%{?with_tests:%{__make} -j1 check} %install rm -rf $RPM_BUILD_ROOT -- 2.43.0