From 90045a15477c75b537edd6c4c28ddfe19a6dd154 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Sat, 10 Mar 2018 18:22:06 +0100 Subject: testing/sslh: disable on aarch64 - valgrind is N/A for this arch --- testing/sslh/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/sslh/APKBUILD b/testing/sslh/APKBUILD index d94a0310b3e..27a445dd57d 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" -- cgit v1.2.3