From d9be2f8a6ffe8ed3f097d0059119cb5505200948 Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Wed, 8 Apr 2020 01:41:20 +0000 Subject: community/bcc: disable on mips --- community/bcc/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/bcc/APKBUILD b/community/bcc/APKBUILD index 285fab637e..40542cbdc9 100644 --- a/community/bcc/APKBUILD +++ b/community/bcc/APKBUILD @@ -4,7 +4,7 @@ pkgver=0.13.0 pkgrel=2 pkgdesc="A toolkit for creating efficient kernel tracing and manipulation programs" url="https://github.com/iovisor/bcc/" -arch="all !ppc64le !s390x" # build fails +arch="all !ppc64le !s390x !mips !mips64" # build fails license="Apache-2.0" # bcc's test suite requires privileged access to run BPF programs options="!check" -- cgit v1.2.3