summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2019-01-09 07:41:09 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2019-01-09 07:41:09 +0100
commitae362cb50eee5f69b1f9dcb3c07bd95317a02573 (patch)
tree28cb8c76dd0b4af9361af61edfe7488bff43fe24 /community
parentbb161a0de693802cdcec8d1b06c90b7450b39932 (diff)
downloadpackages-ae362cb50eee5f69b1f9dcb3c07bd95317a02573.tar.xz
community/pypy: disabled checks for i486 (same as for pypy3)
Diffstat (limited to 'community')
-rw-r--r--community/pypy/PKGBUILD5
1 files changed, 5 insertions, 0 deletions
diff --git a/community/pypy/PKGBUILD b/community/pypy/PKGBUILD
new file mode 100644
index 00000000..e7388a20
--- /dev/null
+++ b/community/pypy/PKGBUILD
@@ -0,0 +1,5 @@
+# i486-specific
+if [ "${CARCH}" = "i486" ]; then
+ # testing deterministically kills build slaves..
+ unset check
+fi