aboutsummaryrefslogtreecommitdiffstats
path: root/testing/async-profiler
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-03-14 15:32:54 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-03-14 15:32:54 -0300
commit297f593732904d02593169850509404a244aa1f7 (patch)
tree219ecf824363c4a2094f57179877e6a6d12a6dbb /testing/async-profiler
parentb5a69b97f9d03109eb8fbf12140905c96ceecbbd (diff)
downloadaports-297f593732904d02593169850509404a244aa1f7.tar.bz2
aports-297f593732904d02593169850509404a244aa1f7.tar.xz
testing/*: remove invalid options and modernize
Diffstat (limited to 'testing/async-profiler')
-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
"