aboutsummaryrefslogtreecommitdiffstats
path: root/testing/nqp/APKBUILD
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-01-08 17:34:46 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-01-08 17:34:46 +0000
commitfdb350373000343621d16d90cd8351067acb59d2 (patch)
tree4f251fbd897aa532ecc649f4d8f55a258a8048ea /testing/nqp/APKBUILD
parentb169a5dc04fa03ebe4cba31d57de0bb2fb8f625b (diff)
downloadaports-fdb350373000343621d16d90cd8351067acb59d2.tar.bz2
aports-fdb350373000343621d16d90cd8351067acb59d2.tar.xz
testing/nqp: disable on s390x due to build failure
Diffstat (limited to 'testing/nqp/APKBUILD')
-rw-r--r--testing/nqp/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/nqp/APKBUILD b/testing/nqp/APKBUILD
index 40de2d1da2..89fc6663a4 100644
--- a/testing/nqp/APKBUILD
+++ b/testing/nqp/APKBUILD
@@ -5,7 +5,7 @@ pkgver=2018.11
pkgrel=0
pkgdesc="Not Quite Perl"
url="https://github.com/perl6/nqp"
-arch="all !x86 !armhf !armv7"
+arch="all !x86 !armhf !armv7 !s390x"
options="!archcheck" # Arch dependencies are embedded
license="Artistic-2.0"
depends="moarvm"