# ignore failing tests eval "$( declare -f check | \ sed ' s@\(ctest .*\);@\1 || true;@ ' )" # no LTO on i486 if [ "$CARCH" = 'i486' ]; then sed -i ' 1i options=(!lto) ' PKGBUILD fi