index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2022-10-07 09:26:17 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2022-10-07 09:26:17 +0200 |
commit | eff6b643cf1bc54806f47d2eaef3f64a53f1fa23 (patch) | |
tree | 09faa432dcce30983e7c1c3152affaf7d81beb3b | |
parent | d91bf21a3fb6a82f201f7acb352260cbb0f07e73 (diff) |
-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 |