mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
testing/async-profiler: disable on armhf, ppc64le s390x
The builds fail because the arches are not supported or compattible.
This commit is contained in:
parent
40778576ea
commit
626d6fc3f9
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user