aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-09 06:32:09 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-09 06:32:09 +0000
commitc1c552413770f2615df42f4f82282b59883e9242 (patch)
treefb955af395f869ca62aead271e2b2a2550cea60d /testing
parent59033268b1aee9551e5fb3446f9f113b7321d2c9 (diff)
downloadaports-c1c552413770f2615df42f4f82282b59883e9242.tar.bz2
aports-c1c552413770f2615df42f4f82282b59883e9242.tar.xz
testing/twiggy: disable on mips
Diffstat (limited to 'testing')
-rw-r--r--testing/twiggy/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/twiggy/APKBUILD b/testing/twiggy/APKBUILD
index 4c40566736..191ecc1cd5 100644
--- a/testing/twiggy/APKBUILD
+++ b/testing/twiggy/APKBUILD
@@ -5,7 +5,7 @@ pkgver=0.6.0
pkgrel=1
pkgdesc="Twiggy a code size profiler for Wasm"
url="https://github.com/rustwasm/twiggy"
-arch="all !s390x" # Limited by cargo
+arch="all !s390x !mips !mips64" # Limited by cargo
license="Apache-2.0"
makedepends="cargo"
source="$pkgname-$pkgver.tar.gz::https://github.com/rustwasm/twiggy/archive/$pkgver.tar.gz"