Re: [dpdk-dev] [PATCH] ci: pin meson to 0.52.0

2020-01-08 Thread Bruce Richardson
On Wed, Jan 08, 2020 at 11:09:59AM -0500, Aaron Conole wrote: > Bruce Richardson writes: > > > On Wed, Jan 08, 2020 at 10:10:00AM -0500, Aaron Conole wrote: > >> David Marchand writes: > >> > >> > On Wed, Jan 8, 2020 at 1:10 PM Bruce Richardson > >> > wrote: > >> >> > >> >> On Wed, Jan 08, 202

Re: [dpdk-dev] [PATCH] ci: pin meson to 0.52.0

2020-01-08 Thread Aaron Conole
Bruce Richardson writes: > On Wed, Jan 08, 2020 at 10:10:00AM -0500, Aaron Conole wrote: >> David Marchand writes: >> >> > On Wed, Jan 8, 2020 at 1:10 PM Bruce Richardson >> > wrote: >> >> >> >> On Wed, Jan 08, 2020 at 12:59:35PM +0100, David Marchand wrote: >> >> > On Wed, Jan 8, 2020 at 12:2

Re: [dpdk-dev] [PATCH] ci: pin meson to 0.52.0

2020-01-08 Thread Kevin Traynor
On 08/01/2020 14:22, David Marchand wrote: > On Wed, Jan 8, 2020 at 1:10 PM Bruce Richardson > wrote: >> >> On Wed, Jan 08, 2020 at 12:59:35PM +0100, David Marchand wrote: >>> On Wed, Jan 8, 2020 at 12:29 PM Luca Boccassi wrote: On Wed, 2020-01-08 at 12:02 +0100, David Marchand wrote: >

Re: [dpdk-dev] [PATCH] ci: pin meson to 0.52.0

2020-01-08 Thread Bruce Richardson
On Wed, Jan 08, 2020 at 10:10:00AM -0500, Aaron Conole wrote: > David Marchand writes: > > > On Wed, Jan 8, 2020 at 1:10 PM Bruce Richardson > > wrote: > >> > >> On Wed, Jan 08, 2020 at 12:59:35PM +0100, David Marchand wrote: > >> > On Wed, Jan 8, 2020 at 12:29 PM Luca Boccassi wrote: > >> > >

Re: [dpdk-dev] [PATCH] ci: pin meson to 0.52.0

2020-01-08 Thread Aaron Conole
David Marchand writes: > On Wed, Jan 8, 2020 at 1:10 PM Bruce Richardson > wrote: >> >> On Wed, Jan 08, 2020 at 12:59:35PM +0100, David Marchand wrote: >> > On Wed, Jan 8, 2020 at 12:29 PM Luca Boccassi wrote: >> > > >> > > On Wed, 2020-01-08 at 12:02 +0100, David Marchand wrote: >> > > > meson

Re: [dpdk-dev] [PATCH] ci: pin meson to 0.52.0

2020-01-08 Thread David Marchand
On Wed, Jan 8, 2020 at 1:10 PM Bruce Richardson wrote: > > On Wed, Jan 08, 2020 at 12:59:35PM +0100, David Marchand wrote: > > On Wed, Jan 8, 2020 at 12:29 PM Luca Boccassi wrote: > > > > > > On Wed, 2020-01-08 at 12:02 +0100, David Marchand wrote: > > > > meson 0.53.0 has a compatibility issue [

Re: [dpdk-dev] [PATCH] ci: pin meson to 0.52.0

2020-01-08 Thread Bruce Richardson
On Wed, Jan 08, 2020 at 12:59:35PM +0100, David Marchand wrote: > On Wed, Jan 8, 2020 at 12:29 PM Luca Boccassi wrote: > > > > On Wed, 2020-01-08 at 12:02 +0100, David Marchand wrote: > > > meson 0.53.0 has a compatibility issue [1] with the python 3.5.2 that > > > comes > > > in Ubuntu 16.04. > >

Re: [dpdk-dev] [PATCH] ci: pin meson to 0.52.0

2020-01-08 Thread David Marchand
On Wed, Jan 8, 2020 at 12:29 PM Luca Boccassi wrote: > > On Wed, 2020-01-08 at 12:02 +0100, David Marchand wrote: > > meson 0.53.0 has a compatibility issue [1] with the python 3.5.2 that > > comes > > in Ubuntu 16.04. > > Let's pin meson to 0.52.0 while the fix is being prepared in meson. > > > >

Re: [dpdk-dev] [PATCH] ci: pin meson to 0.52.0

2020-01-08 Thread Luca Boccassi
On Wed, 2020-01-08 at 12:02 +0100, David Marchand wrote: > meson 0.53.0 has a compatibility issue [1] with the python 3.5.2 that > comes > in Ubuntu 16.04. > Let's pin meson to 0.52.0 while the fix is being prepared in meson. > > 1: > https://github.com/mesonbuild/meson/issues/6427 > > > Signed

[dpdk-dev] [PATCH] ci: pin meson to 0.52.0

2020-01-08 Thread David Marchand
meson 0.53.0 has a compatibility issue [1] with the python 3.5.2 that comes in Ubuntu 16.04. Let's pin meson to 0.52.0 while the fix is being prepared in meson. 1: https://github.com/mesonbuild/meson/issues/6427 Signed-off-by: David Marchand --- .ci/linux-setup.sh | 2 +- 1 file changed, 1 inse