diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-01-08 17:34:46 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-01-08 17:34:46 +0000 |
commit | fdb350373000343621d16d90cd8351067acb59d2 (patch) | |
tree | 4f251fbd897aa532ecc649f4d8f55a258a8048ea /testing/nqp/APKBUILD | |
parent | b169a5dc04fa03ebe4cba31d57de0bb2fb8f625b (diff) | |
download | aports-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/APKBUILD | 2 |
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" |