mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-16 14:29:05 -07:00
dev-libs/json-c: don't use Valgrind automagically in tests
Closes: https://bugs.gentoo.org/927027 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -19,6 +19,9 @@ MULTILIB_WRAPPED_HEADERS=(
|
||||
)
|
||||
|
||||
multilib_src_configure() {
|
||||
# Tests use Valgrind automagically otherwise (bug #927027)
|
||||
export USE_VALGRIND=0
|
||||
|
||||
local mycmakeargs=(
|
||||
# apps are not installed, so disable unconditionally.
|
||||
# https://github.com/json-c/json-c/blob/json-c-0.17-20230812/apps/CMakeLists.txt#L119...L121
|
||||
|
||||
@@ -20,6 +20,9 @@ MULTILIB_WRAPPED_HEADERS=(
|
||||
)
|
||||
|
||||
multilib_src_configure() {
|
||||
# Tests use Valgrind automagically otherwise (bug #927027)
|
||||
export USE_VALGRIND=0
|
||||
|
||||
local mycmakeargs=(
|
||||
# apps are not installed, so disable unconditionally.
|
||||
# https://github.com/json-c/json-c/blob/json-c-0.17-20230812/apps/CMakeLists.txt#L119...L121
|
||||
|
||||
Reference in New Issue
Block a user