index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2023-08-11 08:21:39 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2023-08-11 08:21:39 +0200 |
commit | 705b7735206a9f8dee826b674bada19b7c6687c9 (patch) | |
tree | 86a829ea32be97c5e31f2f2cd18ab5474c8b3ed5 | |
parent | 2900d89fd2bdcbd6b70e6659963b0a7ae7e5838a (diff) |
-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 |