Re: [Rdkit-devel] travis build timeouts

2017-06-13 Thread Greg Landrum
On Tue, Jun 13, 2017 at 3:24 PM, Brian Kelley wrote: > I'm unsure if that staging will help, aren't the builds and tests already > done in parallel effectively? > Kind of. There are currently two jobs that run in parallel: - job 1: build the core library, the python 2.7

Re: [Rdkit-devel] travis build timeouts

2017-06-13 Thread Greg Landrum
Given that the current variability is almost a factor of two I don't think smaller changes are going to help. What I'm likely going to try is doing staged builds: - stage 1: build and test core library - stage 2a: build and test python 2.7 wrappers - stage 2b: build and test python 3.5 wrappers -

Re: [Rdkit-devel] travis build timeouts

2017-06-13 Thread Brian Kelley
I tried using ninja for the builds in stead of make, after an evening of not building I successfully had two builds: https://travis-ci.org/bp-kelley/rdkit/builds/242399233 Commit: https://github.com/bp-kelley/rdkit/blob/baac00bc1eb7f66413011aed239413fe74da3388/.travis.yml Note that the default