Re: PATCH: travis-ci cleanup after build targets cleanup

2019-06-15 Thread Willy Tarreau
On Sun, Jun 16, 2019 at 02:14:25AM +0500,  ??? wrote:
> hello,
> 
> we do not need to enable TFO and GETADDRINFO anymore in travis-ci builds.

Ah good catch, thank you Ilya.

Willy



PATCH: travis-ci cleanup after build targets cleanup

2019-06-15 Thread Илья Шипицин
hello,

we do not need to enable TFO and GETADDRINFO anymore in travis-ci builds.

Ilya Shipitsin
From cce91d6f2b6d22211d89f19e50c4b3addda27e34 Mon Sep 17 00:00:00 2001
From: Ilya Shipitsin 
Date: Sun, 16 Jun 2019 01:19:27 +0500
Subject: [PATCH] BUILD: travis-ci: TFO and GETADDRINFO are now enabled by
 default

---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index fca839b2..c1d7b2d1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,7 +5,7 @@ language: c
 
 env:
   global:
-- FLAGS="USE_ZLIB=1 USE_PCRE=1 USE_PCRE_JIT=1 USE_LUA=1 USE_OPENSSL=1 USE_GETADDRINFO=1 USE_TFO=1 USE_SYSTEMD=1 USE_WURFL=1 WURFL_INC=contrib/wurfl WURFL_LIB=contrib/wurfl USE_DEVICEATLAS=1 DEVICEATLAS_SRC=contrib/deviceatlas USE_51DEGREES=1"
+- FLAGS="USE_ZLIB=1 USE_PCRE=1 USE_PCRE_JIT=1 USE_LUA=1 USE_OPENSSL=1 USE_SYSTEMD=1 USE_WURFL=1 WURFL_INC=contrib/wurfl WURFL_LIB=contrib/wurfl USE_DEVICEATLAS=1 DEVICEATLAS_SRC=contrib/deviceatlas USE_51DEGREES=1"
 - SSL_LIB=${HOME}/opt/lib
 - SSL_INC=${HOME}/opt/include
 - TMPDIR=/tmp
-- 
2.20.1