From 4a50fb4c185720f75db4deed293d7550c15494cd Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Sun, 27 May 2018 19:56:19 +0200 Subject: community/tinc-pre: disable on armhf Tests somehow fail on the armhf builder: make[3]: Entering directory '/home/buildozer/aports/community/tinc-pre/src/tinc-1.1pre15/test' PASS: executables.test PASS: commandline.test PASS: basic.test PASS: invite-join.test PASS: invite-offline.test PASS: variables.test PASS: invite-tinc-up.test PASS: import-export.test PASS: scripts.test make[3]: *** Deleting file 'sptps-basic.log' make: *** [Makefile:379: check-recursive] Terminated make[2]: *** [Makefile:737: check-TESTS] Terminated make[3]: *** [Makefile:755: sptps-basic.log] Terminated make[1]: *** [Makefile:804: check-am] Terminated Terminated >>> ERROR: tinc-pre*: check failed And on another armhf container, sptps-basic.test fail. --- community/tinc-pre/APKBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'community/tinc-pre') diff --git a/community/tinc-pre/APKBUILD b/community/tinc-pre/APKBUILD index 72999f75aa7..17f27e21b3e 100644 --- a/community/tinc-pre/APKBUILD +++ b/community/tinc-pre/APKBUILD @@ -6,8 +6,9 @@ pkgver=${_realver/pre/.} pkgrel=3 pkgdesc="Virtual Private Network (VPN) daemon (pre-release)" url="http://tinc-vpn.org/" -# tests hangs on s390x and fails in lxc on ppc64le -arch="all !s390x" +# s390x: tests hang +# armhf: tests fail +arch="all !s390x !armhf" license="GPL-2.0" makedepends="linux-headers ncurses-dev readline-dev zlib-dev lzo-dev libressl-dev texinfo -- cgit v1.2.3