aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-06-12 15:08:34 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-06-12 15:08:34 +0000
commit6147e4b26dec96e98d286d00ceb276033d1a451d (patch)
tree252ac78165422a710cf5d714c742c1c2c1344ad1
parentd0bc086207b36d497d98cb51fc7787a50444d08f (diff)
downloadaports-6147e4b26dec96e98d286d00ceb276033d1a451d.tar.bz2
aports-6147e4b26dec96e98d286d00ceb276033d1a451d.tar.xz
testing/async-profiler: disable on armv7
in really we only have it enabled for x86 and x86_64
-rw-r--r--testing/async-profiler/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/async-profiler/APKBUILD b/testing/async-profiler/APKBUILD
index fa02a8624d..e05dbc7a03 100644
--- a/testing/async-profiler/APKBUILD
+++ b/testing/async-profiler/APKBUILD
@@ -5,7 +5,7 @@ pkgver=1.5
pkgrel=0
pkgdesc="Sampling CPU and HEAP profiler for Java featuring AsyncGetCallTrace + perf_events"
url="https://github.com/jvm-profiling-tools/async-profiler"
-arch="all !armhf !s390x !ppc64le"
+arch="x86 x86_64"
depends="bash"
license="Apache-2.0"
options="!checkroot" # due to fakeroot the test suite fails