summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2020-07-21 07:04:06 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2020-07-21 07:04:06 +0200
commitb450b928dcc2ee6ec6a4fc2400b44c987785214d (patch)
tree40d3e2b357947e41fc7c712a5b5278147910f8b0
parent3d0d1810f409c5b82e5f716338d4fe92209a3cd7 (diff)
downloadpackages-b450b928dcc2ee6ec6a4fc2400b44c987785214d.tar.xz
community/swi-prolog: reduced parallel testing
-rw-r--r--community/swi-prolog/PKGBUILD8
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|
+ '
+)"