1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
From: Romain Francoise <rfrancoise@debian.org>
Date: Wed, 2 Jan 2019 11:34:18 +0100
Subject: Disable libtls tests
They're too intensive for the buildd network and cause FTBFS
---
src/libtls/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/libtls/Makefile.am b/src/libtls/Makefile.am
index db31b80..7fbf8c4 100644
--- a/src/libtls/Makefile.am
+++ b/src/libtls/Makefile.am
@@ -29,4 +29,4 @@ nobase_tls_include_HEADERS = \
tls_peer.h tls_server.h tls_handshake.h tls_application.h tls_aead.h tls.h
endif
-SUBDIRS = . tests
+SUBDIRS = .
|