index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | community/ruby/PKGBUILD | 5 |
diff --git a/community/ruby/PKGBUILD b/community/ruby/PKGBUILD index 530cd9f4..2ee10842 100644 --- a/community/ruby/PKGBUILD +++ b/community/ruby/PKGBUILD @@ -15,8 +15,3 @@ if [ "${CARCH}" = "i486" ]; then ' )" fi - -# disable testing on i486, hopefully this disables also clangd-fuzzer -if [ "${CARCH}" = "i486" ]; then - unset check -fi |