testing/async-profiler: disable on armhf, ppc64le s390x

The builds fail because the arches are not supported or compattible.
This commit is contained in:
Kevin Daudt 2019-05-14 04:48:45 +00:00
parent 40778576ea
commit 626d6fc3f9

View File

@ -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