пт, 10 июл. 2020 г. в 14:21, Vincent Bernat <[email protected]>:

>  ❦  9 juillet 2020 13:12 +05, Илья Шипицин:
>
> > do you think does it make sense to use scripted brew instead of travis
> > plugin ?
> >
> > if so, we can try to "brew instal blah-blah-blah || ok, we failed, lets'
> > update and install one more time"
>
> I have also hit the problem several time. Brew upstream says to use
> "brew bundle" instead:
>
> #v+
> -        brew install libtool libxml2 check
> +        brew bundle --file=- <<-EOS
> +brew "libtool"
> +brew "libxml2"
> +brew "check"
> +EOS
> #v-
>
> This way, brew doesn't complain if a requested package is already
> installed but not at the latest version.
>

that's nice.

I'll try to

1) get rid of socat
2) use brew command line
3) switch osx to Github Actions (thus we probably will run 4 builds in
parallel in travis and 4 builds in Github Actions)



> --
> It is a wise father that knows his own child.
>                 -- William Shakespeare, "The Merchant of Venice"
>

Reply via email to