diff options
author | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-08 01:41:20 +0000 |
---|---|---|
committer | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-08 01:41:20 +0000 |
commit | d9be2f8a6ffe8ed3f097d0059119cb5505200948 (patch) | |
tree | 4a35826e597bdc66b1765d6f7310897fc95ee1a0 | |
parent | f7f84db3910d6ffcc1ad8d112ac5bbce9ec32a8b (diff) | |
download | aports-d9be2f8a6ffe8ed3f097d0059119cb5505200948.tar.bz2 aports-d9be2f8a6ffe8ed3f097d0059119cb5505200948.tar.xz |
community/bcc: disable on mips
-rw-r--r-- | community/bcc/APKBUILD | 2 |
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" |