From: Andreas Sturmlechner Date: Tue, 11 Feb 2020 14:54:53 +0000 (+0100) Subject: kde-frameworks/extra-cmake-modules: Don't run tests in parallel X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=efa62cf9d39061334ac24ca5bf767f047d51cfcd;p=gentoo.git kde-frameworks/extra-cmake-modules: Don't run tests in parallel Reported-by: Paolo Pedroni Closes: https://bugs.gentoo.org/701854 Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner --- diff --git a/kde-frameworks/extra-cmake-modules/extra-cmake-modules-5.67.0.ebuild b/kde-frameworks/extra-cmake-modules/extra-cmake-modules-5.67.0.ebuild index 35862e15da7c..5a9859acaa9a 100644 --- a/kde-frameworks/extra-cmake-modules/extra-cmake-modules-5.67.0.ebuild +++ b/kde-frameworks/extra-cmake-modules/extra-cmake-modules-5.67.0.ebuild @@ -66,7 +66,9 @@ src_configure() { src_test() { # ECMToolchainAndroidTest passes but then breaks src_install # ECMPoQmToolsTest is broken, bug #627806 + # possible race condition with multiple jobs, bug #701854 local myctestargs=( + -j1 -E "(ECMToolchainAndroidTest|ECMPoQmToolsTest)" )