Skip to content
Snippets Groups Projects
Commit 7b0b052b authored by Natanael Copa's avatar Natanael Copa
Browse files

community/tinc-pre: disable on all arches due to test failure

The following test fails on x86_64:
FAIL: legacy-protocol.test
parent cfaf141b
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment