commit: efa62cf9d39061334ac24ca5bf767f047d51cfcd Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Tue Feb 11 14:54:53 2020 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Tue Feb 11 14:55:02 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efa62cf9
kde-frameworks/extra-cmake-modules: Don't run tests in parallel Reported-by: Paolo Pedroni <paolo.pedroni <AT> iol.it> Closes: https://bugs.gentoo.org/701854 Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> kde-frameworks/extra-cmake-modules/extra-cmake-modules-5.67.0.ebuild | 2 ++ 1 file changed, 2 insertions(+) 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 35862e15da7..5a9859acaa9 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)" )
