aboutsummaryrefslogtreecommitdiffstats
path: root/testing/rakudo
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-05-01 14:25:07 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-05-01 14:25:07 +0000
commit3369c4270e00476dd948c42245d9449c71000cf0 (patch)
treef904d18cd995033f5849bb93e859436fe85883be /testing/rakudo
parentc31a4d0fd5e61ee724e6e6c5dfbfd9219e499234 (diff)
downloadaports-3369c4270e00476dd948c42245d9449c71000cf0.tar.bz2
aports-3369c4270e00476dd948c42245d9449c71000cf0.tar.xz
testing/rakudo: disable on x86
build fails with: ===SORRY!=== The nqp-m binary is too old To automatically clone (git) and build a copy of NQP 2018.04, try re-running Configure.pl with the '--gen-moar' option. Or, use '--prefix=' to explicitly specify the path where the NQP and MoarVM executables can be found that are use to build Rakudo.
Diffstat (limited to 'testing/rakudo')
-rw-r--r--testing/rakudo/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/rakudo/APKBUILD b/testing/rakudo/APKBUILD
index c3ebf9318a..a20ff78a5f 100644
--- a/testing/rakudo/APKBUILD
+++ b/testing/rakudo/APKBUILD
@@ -5,7 +5,7 @@ pkgver=2018.04
pkgrel=0
pkgdesc="A compiler for the Perl 6 programming language"
url="http://rakudo.org/"
-arch="all"
+arch="all !x86"
license="Artistic-2.0"
depends="nqp libffi"
makedepends="perl-utils moarvm-dev libffi-dev"