From ae362cb50eee5f69b1f9dcb3c07bd95317a02573 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Wed, 9 Jan 2019 07:41:09 +0100 Subject: community/pypy: disabled checks for i486 (same as for pypy3) --- community/pypy/PKGBUILD | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 community/pypy/PKGBUILD (limited to 'community') 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 -- cgit v1.2.3-54-g00ecf