aboutsummaryrefslogtreecommitdiffstats
path: root/testing/async-profiler/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/async-profiler/APKBUILD')
-rw-r--r--testing/async-profiler/APKBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/testing/async-profiler/APKBUILD b/testing/async-profiler/APKBUILD
index e05dbc7a03..985f068447 100644
--- a/testing/async-profiler/APKBUILD
+++ b/testing/async-profiler/APKBUILD
@@ -6,11 +6,10 @@ pkgrel=0
pkgdesc="Sampling CPU and HEAP profiler for Java featuring AsyncGetCallTrace + perf_events"
url="https://github.com/jvm-profiling-tools/async-profiler"
arch="x86 x86_64"
-depends="bash"
license="Apache-2.0"
-options="!checkroot" # due to fakeroot the test suite fails
+depends="bash"
makedepends="linux-headers openjdk8"
-checkdepends="bash openjdk8-dbg"
+checkdepends="openjdk8-dbg"
source="$pkgname-$pkgver.tar.gz::https://github.com/jvm-profiling-tools/async-profiler/archive/v$pkgver.tar.gz
thread-smoke-test_should_do_some_real_work.patch
"