# patch architecture in helper shared libs eval "$( declare -f package_ruby | \ sed ' s|x86_64-linux|i686-linux|g ' )" # disable testing on i486, hopefully this disables also clangd-fuzzer if [ "${CARCH}" = "i486" ]; then unset check fi