Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2022-10-10 21:14:33 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2022-10-10 21:14:33 +0200
commiteb3d19a9d61416d715aaf1b64520446f4bbe8f7c (patch)
tree4f9512e5b17d2a1ea40d87709a4b080ec0073bda /community
parente946d26faab942f50fd763fe8504a0bd9bf84877 (diff)
community/ruby: reenabled testing also on i486
Diffstat (limited to 'community')
-rw-r--r--community/ruby/PKGBUILD5
1 files changed, 0 insertions, 5 deletions
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