diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2020-07-21 07:04:06 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2020-07-21 07:04:06 +0200 |
commit | b450b928dcc2ee6ec6a4fc2400b44c987785214d (patch) | |
tree | 40d3e2b357947e41fc7c712a5b5278147910f8b0 /community | |
parent | 3d0d1810f409c5b82e5f716338d4fe92209a3cd7 (diff) | |
download | packages-b450b928dcc2ee6ec6a4fc2400b44c987785214d.tar.xz |
community/swi-prolog: reduced parallel testing
Diffstat (limited to 'community')
-rw-r--r-- | community/swi-prolog/PKGBUILD | 8 |
1 files changed, 8 insertions, 0 deletions
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| + ' +)" |