index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | core/gcc/PKGBUILD | 5 |
diff --git a/core/gcc/PKGBUILD b/core/gcc/PKGBUILD index 1cf418b9..acadfc94 100644 --- a/core/gcc/PKGBUILD +++ b/core/gcc/PKGBUILD @@ -129,4 +129,7 @@ if [ "${CARCH}" = "i486" ]; then )" fi -unset check +# testing on 486 VMs takes too long and runs in virtual memory exhaustion +if [ "${CARCH}" = "i486" ]; then + unset check +fi |