aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-08 01:41:20 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-08 01:41:20 +0000
commitd9be2f8a6ffe8ed3f097d0059119cb5505200948 (patch)
tree4a35826e597bdc66b1765d6f7310897fc95ee1a0
parentf7f84db3910d6ffcc1ad8d112ac5bbce9ec32a8b (diff)
downloadaports-d9be2f8a6ffe8ed3f097d0059119cb5505200948.tar.bz2
aports-d9be2f8a6ffe8ed3f097d0059119cb5505200948.tar.xz
community/bcc: disable on mips
-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"