[packages/kde4-kig/test] kill make if it hangs (for testing only)

atler atler at pld-linux.org
Tue Jan 18 16:20:04 CET 2022


commit 43947a5b95791aa86005403094861d1004f00c30
Author: Jan Palus <atler at pld-linux.org>
Date:   Tue Jan 18 16:19:15 2022 +0100

    kill make if it hangs (for testing only)

 kde4-kig.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/kde4-kig.spec b/kde4-kig.spec
index 60b53f0..8d25b33 100644
--- a/kde4-kig.spec
+++ b/kde4-kig.spec
@@ -47,7 +47,7 @@ cd build
 %cmake .. \
 	-DBoostPython_INCLUDE_DIRS=%{py_incdir} \
 	-DBoostPython_LIBRARIES="boost_python%(echo %{py_ver} | tr -d .);python%{py_ver}"
-%{__make}
+/usr/bin/timeout -k 5 120 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kde4-kig.git/commitdiff/43947a5b95791aa86005403094861d1004f00c30



More information about the pld-cvs-commit mailing list