diff options
Diffstat (limited to 'community')
-rw-r--r-- | community/pypy3/PKGBUILD | 5 |
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 |