aboutsummaryrefslogtreecommitdiffstats
path: root/testing/nqp
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2018-03-01 16:55:38 +0000
committerWilliam Pitcock <nenolod@dereferenced.org>2018-03-01 16:55:38 +0000
commitc33277bb1dcc2231a2b7b009009f1ad584e2e2e4 (patch)
tree55e6eb7ad3a827c358e4408e8bbf1269435d9262 /testing/nqp
parentf62f781a202ab87e6b132044175c2fdb5c9571f4 (diff)
downloadaports-c33277bb1dcc2231a2b7b009009f1ad584e2e2e4.tar.bz2
aports-c33277bb1dcc2231a2b7b009009f1ad584e2e2e4.tar.xz
testing/nqp: disable tests on armhf
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