From eff6b643cf1bc54806f47d2eaef3f64a53f1fa23 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 7 Oct 2022 09:26:17 +0200 Subject: community/ruby: disable testing on 486 --- community/ruby/PKGBUILD | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'community/ruby/PKGBUILD') 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 -- cgit v1.2.3-54-g00ecf