aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--community/bcc/APKBUILD2
1 files changed, 1 insertions, 1 deletions
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"