From f473e8e79aa0d77f5cbe37f755081fcf02d8c205 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 10 May 2019 07:32:14 +0000 Subject: testing/libtickit: disable on x86 and x86_64 due to test failure disable to unblock the builders --- testing/libtickit/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing') diff --git a/testing/libtickit/APKBUILD b/testing/libtickit/APKBUILD index be8eacae47..58164f8202 100644 --- a/testing/libtickit/APKBUILD +++ b/testing/libtickit/APKBUILD @@ -5,7 +5,7 @@ pkgver=0.3.2 pkgrel=0 pkgdesc="A library that provides an abstracted mechanism for building interactive full-screen terminal programs" url="http://www.leonerd.org.uk/code/libtickit/" -arch="all" +arch="all !x86 !x86_64" # disable x86* due to testsuite failure license="MIT" makedepends="libtermkey-dev" checkdepends="perl-test-harness-utils" -- cgit v1.2.3