Re: [ovs-dev] [PATCH 1/2] travis: Explicitly disable LLVM for sparse build.

2017-08-09 Thread Lance Richardson
> From: "Ben Pfaff" > To: "Lance Richardson" > Cc: d...@openvswitch.org > 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 -04

Re: [ovs-dev] [PATCH 1/2] travis: Explicitly disable LLVM for sparse build.

2017-08-09 Thread Ben Pfaff
On Wed, Aug 09, 2017 at 04:36:42PM -0400, Lance Richardson wrote: > > From: "Ben Pfaff" > > To: d...@openvswitch.org > > Cc: "Ben Pfaff" > > Sent: Thursday, July 27, 2017 4:41:05 PM > > Subject: [ovs-dev] [PATCH 1/2] travis: Explicitly disable L

Re: [ovs-dev] [PATCH 1/2] travis: Explicitly disable LLVM for sparse build.

2017-08-09 Thread Lance Richardson
> From: "Ben Pfaff" > To: d...@openvswitch.org > Cc: "Ben Pfaff" > 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 sup

Re: [ovs-dev] [PATCH 1/2] travis: Explicitly disable LLVM for sparse build.

2017-07-27 Thread Ben Pfaff
Thanks for the reviews. I fixed the trailing whitespace and pushed this to master. On Thu, Jul 27, 2017 at 02:50:25PM -0700, Justin Pettit wrote: > BTW, it appears this does add some trailing whitespace. > > --Justin > > > > On Jul 27, 2017, at 2:16 PM, Justin Pettit wrote: > > > > > >> On

Re: [ovs-dev] [PATCH 1/2] travis: Explicitly disable LLVM for sparse build.

2017-07-27 Thread Justin Pettit
> On Jul 27, 2017, at 1:41 PM, Ben Pfaff wrote: > > 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 Thanks for fixing th

[ovs-dev] [PATCH 1/2] travis: Explicitly disable LLVM for sparse build.

2017-07-27 Thread Ben Pfaff
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 --- .travis/linux-prepare.sh | 7 ++- 1 file changed, 6 insertions(+), 1 deleti