index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
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 | |
parent | 3d0d1810f409c5b82e5f716338d4fe92209a3cd7 (diff) |
-rw-r--r-- | community/swi-prolog/PKGBUILD | 8 |
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| + ' +)" |