diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-10 18:22:06 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-10 18:22:06 +0100 |
commit | 90045a15477c75b537edd6c4c28ddfe19a6dd154 (patch) | |
tree | bb58df11cf868916dc42441498dc78d3c0d91aba /testing/sslh | |
parent | 02dce2645d317a476da64a3527a4d8215980bac5 (diff) | |
download | aports-90045a15477c75b537edd6c4c28ddfe19a6dd154.tar.bz2 aports-90045a15477c75b537edd6c4c28ddfe19a6dd154.tar.xz |
testing/sslh: disable on aarch64 - valgrind is N/A for this arch
Diffstat (limited to 'testing/sslh')
-rw-r--r-- | testing/sslh/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/sslh/APKBUILD b/testing/sslh/APKBUILD index d94a0310b3..27a445dd57 100644 --- a/testing/sslh/APKBUILD +++ b/testing/sslh/APKBUILD @@ -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" |