From 329cbfa4e060bdf6e29b689e9e499db23277e80a Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 17 Jan 2020 07:02:25 +0000 Subject: testing/hotspot: disable on x86_64 due to failing test The following tests FAILED: 3 - tst_kallsyms (Failed) Errors while running CTest disable to unblock the builder --- testing/hotspot/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing') diff --git a/testing/hotspot/APKBUILD b/testing/hotspot/APKBUILD index 79dbc50450..faab4420d2 100644 --- a/testing/hotspot/APKBUILD +++ b/testing/hotspot/APKBUILD @@ -7,7 +7,7 @@ pkgdesc="The Linux perf GUI for performance analysis" url="https://github.com/KDAB/hotspot" # s390x: undefined reference to 'QDataStream::Version qbswap(QDataStream::Version)' # x86: failing tests -arch="all !s390x !x86" +arch="all !s390x !x86 !x86_64" 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 -- cgit v1.2.3