Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/swi-prolog/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/swi-prolog/PKGBUILD')
-rw-r--r--extra/swi-prolog/PKGBUILD11
1 files changed, 11 insertions, 0 deletions
diff --git a/extra/swi-prolog/PKGBUILD b/extra/swi-prolog/PKGBUILD
new file mode 100644
index 00000000..78308eb8
--- /dev/null
+++ b/extra/swi-prolog/PKGBUILD
@@ -0,0 +1,11 @@
+# do not execute tests in parallel with -j 8!
+
+eval "$(
+ declare -f build check | \
+ sed '
+ s|ctest -j 8|ctest|
+ '
+)"
+
+# takes far too long! disabling tests
+unset check