testing/nqp: disable tests on armhf

This commit is contained in:
William Pitcock 2018-03-01 16:55:38 +00:00
parent f62f781a20
commit c33277bb1d

View File

@ -15,6 +15,9 @@ subpackages="$pkgname-doc"
source="${pkgname}-${pkgver}.tar.gz::https://github.com/perl6/nqp/archive/${pkgver}.tar.gz"
builddir="$srcdir"/"$pkgname"-"$pkgver"
# some tests fail on armhf, need to investigate more
[ "$CARCH" = "armhf" ] && options="$options !check"
build() {
cd "$builddir"
perl Configure.pl --prefix=/usr --backends=moar