aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-08 18:29:21 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-08 18:30:46 +0000
commit4d93940acf5cfce576bdf6ba2f29ec65d5095c44 (patch)
treef87ce9b3737289b93758aada517dc63120a09dc9 /testing
parent93055eb76f61eb7af750ad756f0440eee35a4ab2 (diff)
downloadaports-4d93940acf5cfce576bdf6ba2f29ec65d5095c44.tar.bz2
aports-4d93940acf5cfce576bdf6ba2f29ec65d5095c44.tar.xz
testing/rakudo: disable on mips
Diffstat (limited to 'testing')
-rw-r--r--testing/rakudo/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/rakudo/APKBUILD b/testing/rakudo/APKBUILD
index 7acf7525b8..e1b9268700 100644
--- a/testing/rakudo/APKBUILD
+++ b/testing/rakudo/APKBUILD
@@ -5,7 +5,7 @@ pkgver=2019.07.1
pkgrel=0
pkgdesc="A compiler for the Perl 6 programming language"
url="http://rakudo.org/"
-arch="all !x86 !armhf !armv7 !s390x"
+arch="all !x86 !armhf !armv7 !s390x !mips !mips64"
license="Artistic-2.0"
depends="nqp libffi"
makedepends="perl-utils moarvm-dev libffi-dev"