WIP: use sudo: true on travis ci#5538
Conversation
|
I like this change. For all my Haskell projects I usually set |
|
Blaming the relevant line, I see: Indeed, the failing job appears to have failed because of this https://travis-ci.org/haskell/cabal/jobs/419385574 |
|
@ezyang the Google VMs have more ram, and I can move cabal to our 4 core 16 gigs of ram setup to have even more yet again. I'm going to enable the larger VMs and make a minor change to the |
|
@joshk thanks a lot! |
|
@joshk Thanks! |
|
My pleasure. Let me know how it goes and if there is anything I can help with. |
|
Hey @23Skidoo, sorry I missed your comment. Sure, I can look into this. Is it still happening? Also, how are the larger VMs going? It might be best to look into more concurrency for Haskell so that builds also process faster. |
|
@joshk Yep, macOS configurations are still a problem for us, here's a recent example where they are timeouting: https://travis-ci.org/haskell/cabal/builds/433034932?utm_source=github_status&utm_medium=notification. Linux configurations seem to be working fine, thanks! |
Josh here from Travis CI
Our
sudo: trueinfrastructure are full VMs and are generally faster build environments than thefalsecounterpart.Additionally, we can enable 4 core VMs, giving you faster compile times.
This change will allow me to enable the 4 core feature for testing.