diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-07-19 17:58:33 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-07-24 10:44:37 +0000 |
commit | 9a0a5ef9484d58bf5e9a4176e75d8bc86e8ae440 (patch) | |
tree | 76acfa5fdf028d94057b2801671d2a48773daf6e /testing/lttng-tools | |
parent | 7e7f7def1b6b2f35d09b12b3e2738f2ffa7f02e4 (diff) | |
download | aports-9a0a5ef9484d58bf5e9a4176e75d8bc86e8ae440.tar.bz2 aports-9a0a5ef9484d58bf5e9a4176e75d8bc86e8ae440.tar.xz |
testing/lttng-tools: enable build on ppc64le
Some tests from lttng-tools were failing because ppc64le alpinebox
has 160 cores and some lttng-tools stress tests were running out of
file descriptors. I increased the ulimit hard limit value in the host
to fix this issue.
Diffstat (limited to 'testing/lttng-tools')
-rw-r--r-- | testing/lttng-tools/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/lttng-tools/APKBUILD b/testing/lttng-tools/APKBUILD index 8a786e10a2..5c2a665199 100644 --- a/testing/lttng-tools/APKBUILD +++ b/testing/lttng-tools/APKBUILD @@ -5,7 +5,7 @@ pkgver=2.9.5 pkgrel=0 pkgdesc="LTTng 2.0 control and utility programs" url="https://lttng.org" -arch="all !aarch64 !ppc64le" +arch="all !aarch64" license="GPL2" depends="babeltrace" depends_dev="popt-dev libxml2-dev userspace-rcu-dev lttng-ust-dev kmod-dev |