On Thu, Jan 13, 2022 at 01:13:27PM +0500, ???? ??????? wrote: > ??, 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.
OK I'll do this. > unfortunately, it uses filesystem marker for cache tracking, which is not > easy to use in github actions. Yes I noticed, but when you need a quick how-to to rebuild certain components, these scripts are quite useful and you don't mind polluting your ~/opt/ with the result. > I'll rework script later and will re-use it from CI. OK! Cheers, Willy

