aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-09-10 09:03:06 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-09-10 09:03:38 +0000
commit7bdacac94925bb35032862f54824346940c0d6ea (patch)
treef69a0ddab4605b7eed91e9aa876ee66236447700 /testing
parent10550c2257abc7f4fb17cb7fc66438d1a52fe22f (diff)
downloadaports-7bdacac94925bb35032862f54824346940c0d6ea.tar.bz2
aports-7bdacac94925bb35032862f54824346940c0d6ea.tar.xz
testing/nqp: disable on armhf due to build failure
make: *** [Makefile:256: gen/moar/stage1/nqpmo.moarvm] Segmentation fault (core dumped)
Diffstat (limited to 'testing')
-rw-r--r--testing/nqp/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/nqp/APKBUILD b/testing/nqp/APKBUILD
index f622022017..b7ef556768 100644
--- a/testing/nqp/APKBUILD
+++ b/testing/nqp/APKBUILD
@@ -5,7 +5,7 @@ pkgver=2018.08
pkgrel=0
pkgdesc="Not Quite Perl"
url="https://github.com/perl6/nqp"
-arch="all !x86"
+arch="all !x86 !armhf"
options="!archcheck" # Arch dependencies are embedded
license="Artistic-2.0"
depends="moarvm"