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.
This commit is contained in:
Jakub Jirutka 2018-05-27 19:56:19 +02:00
parent dc015081c0
commit 4a50fb4c18

View File

@ -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