# we have no 32-bit cuda support checkdepends=(${checkdepends[@]//cuda/}) # no rust on i486 checkdepends=(${checkdepends[@]//rust-bindgen/}) checkdepends=(${checkdepends[@]//rust/}) checkdepends_i686+=('rust') checkdepends_i686+=('rust-bindgen') # D compiler broken on i486 checkdepends=(${checkdepends[@]//ldc/}) checkdepends_i686+=('ldc') checkdepends_pentium4=("${checkdepends_i686[@]}") # still far too many tests fail, ignoring for now unset check unset checkdepends # do not set b_lto to true in arch-meson wrapper on i486 if [ "${CARCH}" = "i486" ]; then eval "$( { declare -f package || \ printf 'package() {\n}\n' } \ | sed ' $i sed -i "s/b_lto=.*/b_lto=false/" "$pkgdir/usr/bin/arch-meson" ' )" fi