From b450b928dcc2ee6ec6a4fc2400b44c987785214d Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Tue, 21 Jul 2020 07:04:06 +0200 Subject: community/swi-prolog: reduced parallel testing --- community/swi-prolog/PKGBUILD | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 community/swi-prolog/PKGBUILD diff --git a/community/swi-prolog/PKGBUILD b/community/swi-prolog/PKGBUILD new file mode 100644 index 00000000..95d7a59e --- /dev/null +++ b/community/swi-prolog/PKGBUILD @@ -0,0 +1,8 @@ +# do not execute tests in parallel with -j 8! + +eval "$( + declare -f build check | \ + sed ' + s|ctest -j 8|ctest| + ' +)" -- cgit v1.2.3-54-g00ecf