aboutsummaryrefslogtreecommitdiffstats
path: root/testing/async-profiler
diff options
context:
space:
mode:
authorKevin Daudt <kdaudt@alpinelinux.org>2019-05-14 04:48:45 +0000
committerKevin Daudt <kdaudt@alpinelinux.org>2019-05-14 04:48:49 +0000
commit626d6fc3f9266db5378fde7dbabfdca6466252a7 (patch)
tree531785b7f69e1695e3c7497c78c3b24a6fc633ff /testing/async-profiler
parent40778576ea234488611ab788dc136011b693c775 (diff)
downloadaports-626d6fc3f9266db5378fde7dbabfdca6466252a7.tar.bz2
aports-626d6fc3f9266db5378fde7dbabfdca6466252a7.tar.xz
testing/async-profiler: disable on armhf, ppc64le s390x
The builds fail because the arches are not supported or compattible.
Diffstat (limited to 'testing/async-profiler')
-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 84c9c6bb51..fa02a8624d 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"
+arch="all !armhf !s390x !ppc64le"
depends="bash"
license="Apache-2.0"
options="!checkroot" # due to fakeroot the test suite fails