testing/py3-mitmproxy-rs: disable on loongarch64

Signed-off-by: yzewei <yangzewei@loongson.cn>
This commit is contained in:
yzewei 2024-05-25 07:25:35 +00:00 committed by Patrycja Rosa
parent 5695651980
commit b20f7cbdbf

View File

@ -5,7 +5,7 @@ pkgrel=0
pkgdesc="mitmproxy modules written in Rust"
url="https://github.com/mitmproxy/mitmproxy_rs"
license="MIT"
arch="all !ppc64le !riscv64 !s390x" # fails to build ring crate
arch="all !ppc64le !riscv64 !s390x !loongarch64" # fails to build ring crate
makedepends="
cargo
py3-gpep517