All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH next] package/gnutls: disable tests
@ 2021-06-03 16:10 Baruch Siach
  2021-06-13 10:07 ` Arnout Vandecappelle
  0 siblings, 1 reply; 2+ messages in thread
From: Baruch Siach @ 2021-06-03 16:10 UTC (permalink / raw)
  To: buildroot

Tests can't build with NDEBUG is defined. Since commit 5a8c50fe05afa
("core: enable 'NDEBUG' unless BR2_ENABLE_RUNTIME_DEBUG is set") NDEBUG
is defined on !BR2_ENABLE_RUNTIME_DEBUG. Just disable tests.

Fixes:
http://autobuild.buildroot.net/results/9ec31793484a69c14a66b7338d795089c07b9937/
http://autobuild.buildroot.net/results/6ef8f1534237f2df4cff0a0bc0364fe9a46a5343/
http://autobuild.buildroot.net/results/05ff156687138627f244ca3f6cb58f1ce7d127c4/

Cc: Matt Weber <matthew.weber@collins.com>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
 package/gnutls/gnutls.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/gnutls/gnutls.mk b/package/gnutls/gnutls.mk
index 14855bcebc8f..6fc9ffad0b3f 100644
--- a/package/gnutls/gnutls.mk
+++ b/package/gnutls/gnutls.mk
@@ -23,6 +23,7 @@ GNUTLS_CONF_OPTS = \
 	--disable-guile \
 	--disable-libdane \
 	--disable-rpath \
+	--disable-tests \
 	--enable-local-libopts \
 	--enable-openssl-compatibility \
 	--with-librt-prefix=$(STAGING_DIR) \
-- 
2.30.2

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH next] package/gnutls: disable tests
  2021-06-03 16:10 [Buildroot] [PATCH next] package/gnutls: disable tests Baruch Siach
@ 2021-06-13 10:07 ` Arnout Vandecappelle
  0 siblings, 0 replies; 2+ messages in thread
From: Arnout Vandecappelle @ 2021-06-13 10:07 UTC (permalink / raw)
  To: buildroot



On 03/06/2021 18:10, Baruch Siach wrote:
> Tests can't build with NDEBUG is defined. Since commit 5a8c50fe05afa
> ("core: enable 'NDEBUG' unless BR2_ENABLE_RUNTIME_DEBUG is set") NDEBUG
> is defined on !BR2_ENABLE_RUNTIME_DEBUG. Just disable tests.
> 
> Fixes:
> http://autobuild.buildroot.net/results/9ec31793484a69c14a66b7338d795089c07b9937/
> http://autobuild.buildroot.net/results/6ef8f1534237f2df4cff0a0bc0364fe9a46a5343/
> http://autobuild.buildroot.net/results/05ff156687138627f244ca3f6cb58f1ce7d127c4/
> 
> Cc: Matt Weber <matthew.weber@collins.com>
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>

 Applied to master, thanks.

 Regards,
 Arnout

> ---
>  package/gnutls/gnutls.mk | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/package/gnutls/gnutls.mk b/package/gnutls/gnutls.mk
> index 14855bcebc8f..6fc9ffad0b3f 100644
> --- a/package/gnutls/gnutls.mk
> +++ b/package/gnutls/gnutls.mk
> @@ -23,6 +23,7 @@ GNUTLS_CONF_OPTS = \
>  	--disable-guile \
>  	--disable-libdane \
>  	--disable-rpath \
> +	--disable-tests \
>  	--enable-local-libopts \
>  	--enable-openssl-compatibility \
>  	--with-librt-prefix=$(STAGING_DIR) \
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-06-13 10:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-03 16:10 [Buildroot] [PATCH next] package/gnutls: disable tests Baruch Siach
2021-06-13 10:07 ` Arnout Vandecappelle

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.