Nobuaki Sukegawa created THRIFT-3303:
----------------------------------------
Summary: Disable concurrent cabal jobs on Travis to avoid GHC crush
Key: THRIFT-3303
URL: https://issues.apache.org/jira/browse/THRIFT-3303
Project: Thrift
Issue Type: Improvement
Components: Build Process
Reporter: Nobuaki Sukegawa
Assignee: Nobuaki Sukegawa
Recently more than half of Travis builds are failing because of GHC crush
seemingly due to out of memory.
Several examples of such failures:
https://travis-ci.org/apache/thrift/jobs/75674316
https://travis-ci.org/apache/thrift/jobs/75674316
https://travis-ci.org/apache/thrift/jobs/74296672
https://travis-ci.org/apache/thrift/jobs/74296672
https://travis-ci.org/apache/thrift/jobs/73955088
The patch forces number of cabal install jobs to 1 so that it does not consume
too much resource.
I've run several Travis builds with this setting and it's quite stable now.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)