index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2022-10-10 21:14:33 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2022-10-10 21:14:33 +0200 |
commit | eb3d19a9d61416d715aaf1b64520446f4bbe8f7c (patch) | |
tree | 4f9512e5b17d2a1ea40d87709a4b080ec0073bda | |
parent | e946d26faab942f50fd763fe8504a0bd9bf84877 (diff) |
-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 |