пт, 8 мая 2020 г. в 15:09, Willy Tarreau <w...@1wt.eu>:

> On Fri, May 08, 2020 at 03:07:51PM +0500, ???? ??????? wrote:
> > ??, 8 ??? 2020 ?. ? 14:55, Willy Tarreau <w...@1wt.eu>:
> >
> > > On Fri, May 08, 2020 at 01:59:57PM +0500, ???? ??????? wrote:
> > > > > We don't know how long it gets cached so if we increase it we'll
> have
> > > to
> > > > > leave it.
> > > > >
> > > >
> > > > it is cached forever, until cache is purged manually or some cache
> key
> > > > (e.g. openssl version) is changed
> > >
> > > OK, so do you want me to try increasing to 60 minutes before changing
> > > anything else ?
> > >
> >
> > I would start with disabling pcre2. It should change output and uncover
> > truth. I will send a patch in couple of days (if that won't help, we'll
> > play with timeouts)
>
> I'm pretty convinced it will only truncate on next line but sure, we
> can try :-)
>


I attached a patch


> Willy
>
From da6a92a4c71d97a0a3bd5963b7fbe96c51c78da4 Mon Sep 17 00:00:00 2001
From: Ilya Shipitsin <chipits...@gmail.com>
Date: Fri, 8 May 2020 15:25:56 +0500
Subject: [PATCH] CI: travis-ci: skip pcre2 on arm64 build

currently arm64 stuck with some error related to pcre2. while we beleive
pcre2 is not related to error itself, we can try not to install it
---
 .travis.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 0d7268791..59f3450fb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -48,6 +48,10 @@ matrix:
     if: type == push
     compiler: clang
     env: TARGET=linux-glibc OPENSSL_VERSION=1.1.1f CC=clang-9
+    addons:
+      apt:
+        update: true
+        packages: [ liblua5.3-dev, libsystemd-dev, clang-9, socat ]
   - os: linux
     arch: s390x
     if: type == push
-- 
2.25.4

Reply via email to