From 7bb6e95ec89f2a9132cf7525c4e58e09336be206 Mon Sep 17 00:00:00 2001 From: Leo Date: Tue, 3 Sep 2019 17:21:12 -0300 Subject: testing/sniffglue: disable on ppc64le --- testing/sniffglue/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'testing') diff --git a/testing/sniffglue/APKBUILD b/testing/sniffglue/APKBUILD index 08bf584fc3..5ea1559650 100644 --- a/testing/sniffglue/APKBUILD +++ b/testing/sniffglue/APKBUILD @@ -7,7 +7,8 @@ pkgdesc="Secure multithreaded packet sniffer" url="https://github.com/kpcyrd/sniffglue" # !aarch64: https://cloud.drone.io/alpinelinux/aports/10687/3/1 # !x86: fails to compile even when -fno-stack-protector is passed -arch="x86_64 armhf armv7 ppc64le" # limited by cargo +# !ppc64le: fails to build ring +arch="x86_64 armhf armv7" # limited by cargo license="GPL-3.0-or-later" makedepends=" cargo -- cgit v1.2.3