aboutsummaryrefslogtreecommitdiffstats
path: root/testing/sysprof/APKBUILD
diff options
context:
space:
mode:
authorKevin Daudt <kdaudt@alpinelinux.org>2019-06-08 19:08:39 +0000
committerKevin Daudt <kdaudt@alpinelinux.org>2019-06-08 19:08:39 +0000
commitec254362830cc75256d0ed10066aae9f16751ce8 (patch)
treee5117324b561b14b2405b68abc6aae565c62159e /testing/sysprof/APKBUILD
parent81797c691fdcca7f9b1373c27992ccf283075fe9 (diff)
downloadaports-ec254362830cc75256d0ed10066aae9f16751ce8.tar.bz2
aports-ec254362830cc75256d0ed10066aae9f16751ce8.tar.xz
testing/sysprof: disable on s390x
Tests are failing: > ERROR:../tests/test-capture.c:68:test_reader_basic: assertion failed: (map != NULL) > ERROR:../tests/test-capture-cursor.c:44:test_cursor_basic: assertion failed (count == 100): (1 == 100)
Diffstat (limited to 'testing/sysprof/APKBUILD')
-rw-r--r--testing/sysprof/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/sysprof/APKBUILD b/testing/sysprof/APKBUILD
index d2ee01e002..3a6586ea56 100644
--- a/testing/sysprof/APKBUILD
+++ b/testing/sysprof/APKBUILD
@@ -5,7 +5,7 @@ pkgver=3.32.0
pkgrel=0
pkgdesc="System-wide profiler for Linux"
url="http://sysprof.com/"
-arch="all"
+arch="all !s390x" # tests failing
license="GPL-2.0-or-later"
depends_dev="$pkgname=$pkgver-r$pkgrel" # sysprof's lib setup is a bit weird...
makedepends="meson gtk+3.0-dev itstool glib-dev polkit-dev elogind-dev"