> From: "Ben Pfaff" <[email protected]> > To: "Lance Richardson" <[email protected]> > Cc: [email protected] > Sent: Wednesday, August 9, 2017 4:47:49 PM > Subject: Re: [ovs-dev] [PATCH 1/2] travis: Explicitly disable LLVM for sparse > build. > > On Wed, Aug 09, 2017 at 04:36:42PM -0400, Lance Richardson wrote: > > > From: "Ben Pfaff" <[email protected]> > > > To: [email protected] > > > Cc: "Ben Pfaff" <[email protected]> > > > Sent: Thursday, July 27, 2017 4:41:05 PM > > > Subject: [ovs-dev] [PATCH 1/2] travis: Explicitly disable LLVM for sparse > > > build. > > > > > > Newer travis environments claim to have LLVM support (llvm-config exists > > > and works) but in reality don't, which prevents sparse from building and > > > later parts of the build from succeeding. > > > > > > Signed-off-by: Ben Pfaff <[email protected]> > > > --- > > > > I don't know what the symptom of this failure was, but some branch-2.6 and > > branch-2.7 > > travis builds are failing with: > > > > env: cgcc: No such file or directory > > > > Should this be back-ported to other branches? > > Thanks for the note. Done. >
Thanks... I also noticed that the 2.8 and master builds are failing with "The job exceeded the maximum time limit for jobs, and has been terminated." I wonder if something like "TESTSUITEFLAGS=-j2" would be sufficient to get around this, or if there's a deeper problem that needs to be solved. (I'm assuming there's enough sleeping/waiting in the tests that this would reduce overall runtime even if it's only a single-core machine...) Regards, Lance _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
