Re: [dpdk-dev] [PATCH 2/2] ci: use meson 0.47.1

2020-01-09 Thread Aaron Conole
David Marchand writes: > meson 0.53.0 has a compatibility issue [1] with the python 3.5.2 that comes > in Ubuntu 16.04. > On the other hand, the minimal version supported in dpdk is 0.47.1. > > Stick to this version to avoid getting hit by regressions in meson latest > shiny release. > > 1: https

Re: [dpdk-dev] [PATCH 2/2] ci: use meson 0.47.1

2020-01-09 Thread Bruce Richardson
On Thu, Jan 09, 2020 at 01:59:16PM +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. > On the other hand, the minimal version supported in dpdk is 0.47.1. > > Stick to this version to avoid getting hit by regressions in me

[dpdk-dev] [PATCH 2/2] ci: use meson 0.47.1

2020-01-09 Thread David Marchand
meson 0.53.0 has a compatibility issue [1] with the python 3.5.2 that comes in Ubuntu 16.04. On the other hand, the minimal version supported in dpdk is 0.47.1. Stick to this version to avoid getting hit by regressions in meson latest shiny release. 1: https://github.com/mesonbuild/meson/issues/6