main/valgrind: disable on riscv64

is not yet supported on riscv64
This commit is contained in:
Carlo Landmeter 2021-06-08 22:41:22 +00:00
parent 221ca0740c
commit fe0df0a12d

View File

@ -4,7 +4,7 @@ pkgver=3.17.0
pkgrel=0
pkgdesc="A tool to help find memory-management problems in programs"
url="http://valgrind.org/"
arch="all !mips64" # TODO: fix with mips64 softfloat
arch="all !mips64 !riscv64" # TODO: fix with mips64 softfloat
license="GPL-2.0-or-later"
# it seems like busybox sed works but the configure script requires GNU sed
makedepends="sed perl bash autoconf automake libtool"