aboutsummaryrefslogtreecommitdiffstats
path: root/testing/linux-tools/APKBUILD
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-10-23 14:29:49 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-10-23 14:29:49 +0000
commit5aa3c8914a17b18d081bec2e4d2dedb3bbea2c32 (patch)
tree2179fd7225cbc691435db043a9a516c057410ded /testing/linux-tools/APKBUILD
parent20d32dfeb2c73279b76a76f874dae4ea7e67d797 (diff)
downloadaports-5aa3c8914a17b18d081bec2e4d2dedb3bbea2c32.tar.bz2
aports-5aa3c8914a17b18d081bec2e4d2dedb3bbea2c32.tar.xz
testing/linux-tools: disable on aarch64 due to build failure
Diffstat (limited to 'testing/linux-tools/APKBUILD')
-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 1a34291636..09eaaea4db 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"
+arch="all !aarch64"
license="GPL-2.0-only"
depends="cpupower perf"
depends_dev="pciutils-dev readline-dev gettext-dev"