summaryrefslogtreecommitdiff
path: root/community/pypy3/PKGBUILD
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-01-21 10:09:43 +0100
committerErich Eckner <git@eckner.net>2019-01-21 10:09:43 +0100
commit70a7c30b8196a4398cf755b93507516d0f83be56 (patch)
tree209c100961292220e8af6a75f6eccf2cf9a0e440 /community/pypy3/PKGBUILD
parent22d62828d91c69d6ec0db0ab42be321a0370f561 (diff)
parentbdaf29915201bec1e7ebffb37bf9f96a7dd529e8 (diff)
downloadpackages-70a7c30b8196a4398cf755b93507516d0f83be56.tar.xz
Merge branch 'master' into i486
Diffstat (limited to 'community/pypy3/PKGBUILD')
-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