Re: [dpdk-dev] [PATCH] ci: remove LTO job

2019-11-12 Thread Andrzej Ostruszka
On 11/11/19 2:57 PM, Bruce Richardson wrote: > On Mon, Nov 11, 2019 at 01:27:23PM +0100, David Marchand wrote: [...] >> Did you try with the custom apt repository that the LTO job was using ? >> - apt: >> -sources: >> -- ubuntu-toolchain-r-test >> > Yes, that repo was neede

Re: [dpdk-dev] [PATCH] ci: remove LTO job

2019-11-11 Thread Bruce Richardson
On Mon, Nov 11, 2019 at 01:27:23PM +0100, David Marchand wrote: > On Mon, Nov 11, 2019 at 12:32 PM Bruce Richardson > wrote: > > > > On Fri, Nov 08, 2019 at 08:55:52PM +0100, Thomas Monjalon wrote: > > > 08/11/2019 20:32, David Marchand: > > > > The LTO job using gcc-7 has two issues at the moment

Re: [dpdk-dev] [PATCH] ci: remove LTO job

2019-11-11 Thread David Marchand
On Mon, Nov 11, 2019 at 12:32 PM Bruce Richardson wrote: > > On Fri, Nov 08, 2019 at 08:55:52PM +0100, Thomas Monjalon wrote: > > 08/11/2019 20:32, David Marchand: > > > The LTO job using gcc-7 has two issues at the moment: > > > - warnings about implicit fallthroughs trigger build errors: > > > >

Re: [dpdk-dev] [PATCH] ci: remove LTO job

2019-11-11 Thread Bruce Richardson
On Fri, Nov 08, 2019 at 08:55:52PM +0100, Thomas Monjalon wrote: > 08/11/2019 20:32, David Marchand: > > The LTO job using gcc-7 has two issues at the moment: > > - warnings about implicit fallthroughs trigger build errors: > > > > In file included from ...common/include/rte_memory.h:22:0, > >

Re: [dpdk-dev] [PATCH] ci: remove LTO job

2019-11-08 Thread David Marchand
On Fri, Nov 8, 2019 at 8:56 PM Thomas Monjalon wrote: > > 08/11/2019 20:32, David Marchand: > > The LTO job using gcc-7 has two issues at the moment: > > - warnings about implicit fallthroughs trigger build errors: > > > > In file included from ...common/include/rte_memory.h:22:0, > >

Re: [dpdk-dev] [PATCH] ci: remove LTO job

2019-11-08 Thread Thomas Monjalon
08/11/2019 20:32, David Marchand: > The LTO job using gcc-7 has two issues at the moment: > - warnings about implicit fallthroughs trigger build errors: > > In file included from ...common/include/rte_memory.h:22:0, > from ...linux/eal/eal_hugepage_info.c:24: > ...common/include/r

[dpdk-dev] [PATCH] ci: remove LTO job

2019-11-08 Thread David Marchand
The LTO job using gcc-7 has two issues at the moment: - warnings about implicit fallthroughs trigger build errors: In file included from ...common/include/rte_memory.h:22:0, from ...linux/eal/eal_hugepage_info.c:24: ...common/include/rte_common.h: In function ‘rte_str_to_size’: ..