diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-03-13 14:42:15 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-03-13 17:15:34 +0000 |
commit | 7b0b052b4097328cd25c1c6cc53af432836c0112 (patch) | |
tree | 0cb742f07101fcf85441dcc828dad24067ef031d /community/tinc-pre | |
parent | cfaf141be234275e5860299a83c590ab822a5cde (diff) | |
download | aports-7b0b052b4097328cd25c1c6cc53af432836c0112.tar.bz2 aports-7b0b052b4097328cd25c1c6cc53af432836c0112.tar.xz |
community/tinc-pre: disable on all arches due to test failure
The following test fails on x86_64:
FAIL: legacy-protocol.test
Diffstat (limited to 'community/tinc-pre')
-rw-r--r-- | community/tinc-pre/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/community/tinc-pre/APKBUILD b/community/tinc-pre/APKBUILD index a7b01886bf..ee4fb44d8f 100644 --- a/community/tinc-pre/APKBUILD +++ b/community/tinc-pre/APKBUILD @@ -3,13 +3,14 @@ pkgname=tinc-pre _realver="1.1pre17" pkgver=${_realver/pre/.} -pkgrel=0 +pkgrel=1 pkgdesc="Virtual Private Network (VPN) daemon (pre-release)" url="http://tinc-vpn.org/" # s390x: tests hang # armhf: tests fail # aarch64: FAIL: legacy-protocol.test -arch="all !s390x !armhf !armv7 !aarch64" +# disable due to FAIL: legacy-protocol.test +arch= #"all !s390x !armhf !armv7 !aarch64" license="GPL-2.0" makedepends="linux-headers ncurses-dev readline-dev zlib-dev lzo-dev openssl-dev texinfo |