diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2019-01-09 07:41:09 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2019-01-09 07:41:09 +0100 |
commit | ae362cb50eee5f69b1f9dcb3c07bd95317a02573 (patch) | |
tree | 28cb8c76dd0b4af9361af61edfe7488bff43fe24 | |
parent | bb161a0de693802cdcec8d1b06c90b7450b39932 (diff) | |
download | packages-ae362cb50eee5f69b1f9dcb3c07bd95317a02573.tar.xz |
community/pypy: disabled checks for i486 (same as for pypy3)
-rw-r--r-- | community/pypy/PKGBUILD | 5 |
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 |