mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-dns/libidn2: don't try to run tests under Valgrind
Avoid even checking during configure which produces noise. (We don't run Valgrind tests in ebuilds in general because they're flaky under sandbox and Valgrind isn't portable.) Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -51,6 +51,7 @@ multilib_src_configure() {
|
||||
--disable-doc
|
||||
--disable-gcc-warnings
|
||||
--disable-gtk-doc
|
||||
--disable-valgrind-tests
|
||||
)
|
||||
|
||||
local ECONF_SOURCE=${S}
|
||||
|
||||
Reference in New Issue
Block a user