Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/community/ruby/PKGBUILD
blob: 005e96e9c0dd02612c02717173a87e36ccc5c938 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# 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