diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-09-10 09:03:06 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-09-10 09:03:38 +0000 |
commit | 7bdacac94925bb35032862f54824346940c0d6ea (patch) | |
tree | f69a0ddab4605b7eed91e9aa876ee66236447700 /testing/nqp | |
parent | 10550c2257abc7f4fb17cb7fc66438d1a52fe22f (diff) | |
download | aports-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/nqp')
-rw-r--r-- | testing/nqp/APKBUILD | 2 |
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" |