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 ?

> build-ssl.sh is called from "install" section. we just need to add separate
> "install" section for arm64

OK!

> > I think we can do it directly from the build-ssl script if needed.
> > Basically something ugly more or less like this:
> >
> >    if [ "$(uname -m)" = "aarch64" ]; then
> >       apt install ...
> >       ln -s /usr/lib64 $HOME/opt/lib
> >       ln -s /usr/inculde $HOME/opt/include
> >       exit 0
> >    fi
> >
> 
> please, no :)

I'm pleased to see I'm not the only one not liking ugly stuff :-)

Willy

Reply via email to