diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-10-24 17:07:51 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-10-24 17:41:48 +0000 |
commit | c9cf21eb34fdcc7be0da6445eae47a1588dd5dfa (patch) | |
tree | e5a87ae65d63be313026422b16ac1462ada045ef /testing/linux-tools | |
parent | f01677f93869c6421d66a9f40ad7a42b274be23c (diff) | |
download | aports-c9cf21eb34fdcc7be0da6445eae47a1588dd5dfa.tar.bz2 aports-c9cf21eb34fdcc7be0da6445eae47a1588dd5dfa.tar.xz |
testing/linux-tools: disable on arm due to build failure
Diffstat (limited to 'testing/linux-tools')
-rw-r--r-- | testing/linux-tools/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/linux-tools/APKBUILD b/testing/linux-tools/APKBUILD index 09eaaea4db..e9cb837e87 100644 --- a/testing/linux-tools/APKBUILD +++ b/testing/linux-tools/APKBUILD @@ -6,7 +6,7 @@ _kernver=${pkgver%.*} pkgrel=0 pkgdesc="Linux kernel tools meta package" url="https://www.kernel.org/" -arch="all !aarch64" +arch="all !aarch64 !armhf !armv7" license="GPL-2.0-only" depends="cpupower perf" depends_dev="pciutils-dev readline-dev gettext-dev" |