aboutsummaryrefslogtreecommitdiffstats
path: root/testing/nqp
diff options
context:
space:
mode:
Diffstat (limited to 'testing/nqp')
-rw-r--r--testing/nqp/APKBUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/testing/nqp/APKBUILD b/testing/nqp/APKBUILD
index ae266acb0b..9fae39f8c9 100644
--- a/testing/nqp/APKBUILD
+++ b/testing/nqp/APKBUILD
@@ -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