[Buildroot] [PATCH 2/2] package/netdata: disable unit tests

Marcin Niestrój m.niestroj at grinn-global.com
Thu Oct 28 21:16:08 UTC 2021


Fabrice Fontaine <fontaine.fabrice at gmail.com> writes:

> Disable unit tests which are enabled by default if cmocka is found since
> the addition of the package in commit
> 1d2bb469078b5818aa2390b9868cd632200f17a2
>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
> ---
>  package/netdata/netdata.mk | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/package/netdata/netdata.mk b/package/netdata/netdata.mk
> index d66a9602e2..34365cbf56 100644
> --- a/package/netdata/netdata.mk
> +++ b/package/netdata/netdata.mk
> @@ -10,7 +10,9 @@ NETDATA_LICENSE = GPL-3.0+
>  NETDATA_LICENSE_FILES = LICENSE
>  # netdata's source code is released without a generated configure script
>  NETDATA_AUTORECONF = YES
> -NETDATA_CONF_OPTS = --disable-dbengine
> +NETDATA_CONF_OPTS = \
> +	--disable-dbengine \
> +	--disable-unit-tests
>  NETDATA_DEPENDENCIES = libuv util-linux zlib
>
>  ifeq ($(BR2_GCC_ENABLE_LTO),y)

Reviewed-by: Marcin Niestroj <m.niestroj at grinn-global.com>

--
Marcin Niestrój


More information about the buildroot mailing list