summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--community/pypy3/PKGBUILD5
1 files changed, 5 insertions, 0 deletions
diff --git a/community/pypy3/PKGBUILD b/community/pypy3/PKGBUILD
new file mode 100644
index 00000000..e7388a20
--- /dev/null
+++ b/community/pypy3/PKGBUILD
@@ -0,0 +1,5 @@
+# i486-specific
+if [ "${CARCH}" = "i486" ]; then
+ # testing deterministically kills build slaves..
+ unset check
+fi