diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-10-23 14:29:49 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-10-23 14:29:49 +0000 |
commit | 5aa3c8914a17b18d081bec2e4d2dedb3bbea2c32 (patch) | |
tree | 2179fd7225cbc691435db043a9a516c057410ded /testing/linux-tools/APKBUILD | |
parent | 20d32dfeb2c73279b76a76f874dae4ea7e67d797 (diff) | |
download | aports-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/APKBUILD | 2 |
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" |