mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
main/valgrind: disable on riscv64
is not yet supported on riscv64
This commit is contained in:
parent
221ca0740c
commit
fe0df0a12d
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user