diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-05-10 07:32:14 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-05-10 07:32:14 +0000 |
commit | f473e8e79aa0d77f5cbe37f755081fcf02d8c205 (patch) | |
tree | c29299d34c855df5336944ca6367a9d3cfab5965 /testing/libtickit/APKBUILD | |
parent | 67ea9898229229162c76fe9e904c19e1299f6d6d (diff) | |
download | aports-f473e8e79aa0d77f5cbe37f755081fcf02d8c205.tar.bz2 aports-f473e8e79aa0d77f5cbe37f755081fcf02d8c205.tar.xz |
testing/libtickit: disable on x86 and x86_64 due to test failure
disable to unblock the builders
Diffstat (limited to 'testing/libtickit/APKBUILD')
-rw-r--r-- | testing/libtickit/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
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" |