чт, 13 янв. 2022 г. в 12:07, Willy Tarreau <[email protected]>: > Hi Ilya, > > On Thu, Jan 13, 2022 at 11:44:08AM +0500, ???? ??????? wrote: > > Hello, > > > > I've figured out how to use CI caches. > > if that will work for some time, I'll do the same for SSL libs. > > Ah, quite interesting, thank you. > > While I can't judge for the first part but I trust your tests on it, > I'd rather drop this one: > > > diff --git a/scripts/build-ot.sh b/scripts/build-ot.sh > > deleted file mode 100755 > > index 1c296b64b..000000000 > > --- a/scripts/build-ot.sh > > +++ /dev/null > > @@ -1,34 +0,0 @@ > > -#!/bin/bash > (...) > > There's no point removing this build script, it works and I've already > used it for my local tests, so if that's OK for you I'll take your patch > but drop that part. >
if script is useful, please keep it. unfortunately, it uses filesystem marker for cache tracking, which is not easy to use in github actions. I'll rework script later and will re-use it from CI. > > Thanks, > Willy >

