index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-11-20 18:36:57 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-11-20 18:36:57 +0100 |
commit | 825ec2b636a39eca3bd3f283ef520b1a7ece5630 (patch) | |
tree | cf345fd9b1e2093ba82148340f80fa88ae82c85c /community/pypy3/PKGBUILD | |
parent | 40486dd58e6a5ab2754b50b8aa85a72617d3ae11 (diff) |
-rw-r--r-- | community/pypy3/PKGBUILD | 5 |
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 |