aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-16 08:27:01 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-16 08:27:01 +0000
commit9ca8ea19cf7413afbf68c48d69e557cb5388a270 (patch)
tree296694bd9589a129f9dfd27d7670734eb9f3e14d /testing
parent6b713968dd43c1d077e37a09bfc972687f76f71a (diff)
downloadaports-9ca8ea19cf7413afbf68c48d69e557cb5388a270.tar.bz2
aports-9ca8ea19cf7413afbf68c48d69e557cb5388a270.tar.xz
testing/podman: disable on mips
Diffstat (limited to 'testing')
-rw-r--r--testing/podman/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/podman/APKBUILD b/testing/podman/APKBUILD
index 244df76804..885a24e6b3 100644
--- a/testing/podman/APKBUILD
+++ b/testing/podman/APKBUILD
@@ -6,7 +6,7 @@ pkgrel=0
pkgdesc="Simple management tool for pods, containers, and images"
url="https://podman.io/"
options="!check" # TODO: enable tests
-arch="all"
+arch="all !mips !mips64" # fails to build on mips
license="Apache-2.0"
depends="conmon cni-plugins runc iptables ip6tables slirp4netns shadow-uidmap skopeo"
makedepends="go gpgme-dev libseccomp-dev libassuan-dev go-md2man btrfs-progs-dev bash"