community/below: disable on loongarch64

fails to build nix crate
This commit is contained in:
znley 2024-05-27 07:25:18 +00:00 committed by Patrycja Rosa
parent b20f7cbdbf
commit d159a45640

View File

@ -8,7 +8,8 @@ url="https://github.com/facebookincubator/below"
# armhf,armv7,x86: fails to build libbpf-rs crate
# riscv64: blocked by cargo
# s390x: fails to build nix crate
arch="all !armhf !armv7 !riscv64 !s390x !x86"
# loongarch64: fails to build nix crate
arch="all !armhf !armv7 !riscv64 !s390x !x86 !loongarch64"
license="Apache-2.0"
# NOTE: libbpf-cargo requires rustfmt
makedepends="