mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
testing/sslh: disable on aarch64 - valgrind is N/A for this arch
This commit is contained in:
parent
02dce2645d
commit
90045a1547
@ -5,7 +5,7 @@ pkgver=1.19c
|
||||
pkgrel=2
|
||||
pkgdesc="Applicative Protocol Multiplexer (e.g. share SSH and HTTPS on the same port) "
|
||||
url="http://www.rutschle.net/tech/sslh/README.html"
|
||||
arch="all"
|
||||
arch="all !aarch64" # limited by valgrind
|
||||
license="GPL-2.0-or-later"
|
||||
makedepends="libconfig-dev libcap-dev pcre-dev perl perl-io-socket-inet6 lcov valgrind"
|
||||
subpackages="$pkgname-doc"
|
||||
|
Loading…
Reference in New Issue
Block a user