From 825ec2b636a39eca3bd3f283ef520b1a7ece5630 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Tue, 20 Nov 2018 18:36:57 +0100 Subject: community/pypy3: disabled testing on i486, kills build slaves --- community/pypy3/PKGBUILD | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 community/pypy3/PKGBUILD (limited to 'community/pypy3') 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 -- cgit v1.2.3