testing/sniffglue: disable on ppc64le

This commit is contained in:
Leo 2019-09-03 17:21:12 -03:00
parent e17443f979
commit 7bb6e95ec8

View File

@ -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