aboutsummaryrefslogtreecommitdiffstats
path: root/testing/hotspot
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2020-01-18 14:29:43 +0100
committerRasmus Thomsen <oss@cogitri.dev>2020-01-18 14:29:50 +0100
commit20824624781a9df982d0728ae797b76befcf3e4b (patch)
tree2e109175a14f5e30aa1846617c6f2f101b7bbf8b /testing/hotspot
parentf4bb8026a1d03a49a150e94e48467c2c316057e9 (diff)
downloadaports-20824624781a9df982d0728ae797b76befcf3e4b.tar.bz2
aports-20824624781a9df982d0728ae797b76befcf3e4b.tar.xz
testing/hotspot: disable on armhf, disable tests for now since they're wonky on the builders
Diffstat (limited to 'testing/hotspot')
-rw-r--r--testing/hotspot/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/hotspot/APKBUILD b/testing/hotspot/APKBUILD
index faab4420d2..bc7e3dc3d9 100644
--- a/testing/hotspot/APKBUILD
+++ b/testing/hotspot/APKBUILD
@@ -6,12 +6,13 @@ pkgrel=0
pkgdesc="The Linux perf GUI for performance analysis"
url="https://github.com/KDAB/hotspot"
# s390x: undefined reference to 'QDataStream::Version qbswap<QDataStream::Version>(QDataStream::Version)'
-# x86: failing tests
-arch="all !s390x !x86 !x86_64"
+# armhf: missing qtdeclarative
+arch="all !s390x !armhf"
license="GPL-2.0-or-later"
makedepends="cmake qt5-qtbase-dev elfutils-dev gettext-dev extra-cmake-modules
threadweaver-dev ki18n-dev kconfigwidgets-dev kcoreaddons-dev kitemviews-dev
kitemmodels-dev kio-dev solid-dev kwindowsystem-dev"
+options="!check" # wonky tests
source="https://github.com/KDAB/hotspot/releases/download/v$pkgver/hotspot-v$pkgver.tar.gz"
builddir="$srcdir/$pkgname-v$pkgver"