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.
This commit is contained in:
Natanael Copa 2018-05-01 14:25:07 +00:00
parent c31a4d0fd5
commit 3369c4270e

View File

@ -5,7 +5,7 @@ pkgver=2018.04
pkgrel=0 pkgrel=0
pkgdesc="A compiler for the Perl 6 programming language" pkgdesc="A compiler for the Perl 6 programming language"
url="http://rakudo.org/" url="http://rakudo.org/"
arch="all" arch="all !x86"
license="Artistic-2.0" license="Artistic-2.0"
depends="nqp libffi" depends="nqp libffi"
makedepends="perl-utils moarvm-dev libffi-dev" makedepends="perl-utils moarvm-dev libffi-dev"