aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-10-24 17:07:51 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-10-24 17:41:48 +0000
commitc9cf21eb34fdcc7be0da6445eae47a1588dd5dfa (patch)
treee5a87ae65d63be313026422b16ac1462ada045ef
parentf01677f93869c6421d66a9f40ad7a42b274be23c (diff)
testing/linux-tools: disable on arm due to build failure
-rw-r--r--testing/linux-tools/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/linux-tools/APKBUILD b/testing/linux-tools/APKBUILD
index 09eaaea4db0..e9cb837e87f 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"