mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
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:
parent
dc015081c0
commit
4a50fb4c18
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user