From eb3d19a9d61416d715aaf1b64520446f4bbe8f7c Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Mon, 10 Oct 2022 21:14:33 +0200 Subject: community/ruby: reenabled testing also on i486 --- community/ruby/PKGBUILD | 5 ----- 1 file changed, 5 deletions(-) (limited to 'community') 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 -- cgit v1.2.3-54-g00ecf