main/valgrind: disable on loongarch64 upstream doesn't support

This commit is contained in:
znley 2024-04-17 02:51:08 +00:00 committed by Natanael Copa
parent 10cde45cfc
commit e82bac88c6

View file

@ -5,7 +5,7 @@ pkgrel=0
pkgdesc="Tool to help find memory-management problems in programs"
url="https://valgrind.org/"
# armv6/riscv64 not supported upstream
arch="all !armhf !riscv64"
arch="all !armhf !riscv64 !loongarch64"
license="GPL-2.0-or-later"
# it seems like busybox sed works but the configure script requires GNU sed
makedepends="sed perl linux-headers"