nim-lang / nightlies

Separate repository to trigger installer builds.
MIT License
44 stars 14 forks source link

Speed up brew installs #9

Closed kaushalmodi closed 4 years ago

kaushalmodi commented 6 years ago

Ref: https://gitter.im/nim-lang/Nim?at=5bde78cfcd2a6b5bdc916889

HOMEBREW_NO_AUTO_UPDATE=1 brew install libssh2

Ref: https://github.com/genotrance/nimgen/blob/ae6d4aff28559b13cec28c878209591ea3b57314/.travis.yml#L13

Thanks @genotrance.

timotheecour commented 4 years ago

form that chat:

@kaushalmodi: nightlies builds suffer from this too - 8 extra minutes to do brew update/installs HOMEBREW_NO_AUTO_UPDATE=1 brew install libssh2 worked well - now runs in 4 seconds

i'm surprised though, if brew installed in the standard location? if so bottles should be fast? but maybe it's still slow because CI machines are slow?

alaviss commented 4 years ago

This is no longer an issue with the new pipeline.