mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 05:17:07 +02:00
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:
parent
c31a4d0fd5
commit
3369c4270e
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user