aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-16 08:22:27 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-16 08:22:27 +0000
commit88cc953c1fbdeb822f932ff73eac12e1c3a6a1ac (patch)
treedf44ea230e9e1bd9ddb1235f3e6a69d5e0a3dfff /testing
parent80918f9d1ceb11b5af5e349249df5f839792137e (diff)
downloadaports-88cc953c1fbdeb822f932ff73eac12e1c3a6a1ac.tar.bz2
aports-88cc953c1fbdeb822f932ff73eac12e1c3a6a1ac.tar.xz
testing/traefik: disable on mips
Diffstat (limited to 'testing')
-rw-r--r--testing/traefik/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/traefik/APKBUILD b/testing/traefik/APKBUILD
index 25dd23fd79..669d236bc0 100644
--- a/testing/traefik/APKBUILD
+++ b/testing/traefik/APKBUILD
@@ -6,7 +6,7 @@ pkgver=2.2.0
pkgrel=0
pkgdesc="The Cloud Native Edge Router"
url="https://traefik.io"
-arch="all !x86 !armhf !armv7" # tests fail on x86, armhf, and armv7
+arch="all !x86 !armhf !armv7 !mips !mips64" # tests fail on x86, armhf, and armv7, fails to build on mips
license="MIT"
makedepends="go go-bindata libcap"
install="$pkgname.pre-install"