index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | community/ruby/PKGBUILD | 4 |
diff --git a/community/ruby/PKGBUILD b/community/ruby/PKGBUILD index eea7249e..005e96e9 100644 --- a/community/ruby/PKGBUILD +++ b/community/ruby/PKGBUILD @@ -6,3 +6,7 @@ eval "$( ' )" +# disable testing on i486, hopefully this disables also clangd-fuzzer +if [ "${CARCH}" = "i486" ]; then + unset check +fi |