Re: [dpdk-dev] [PATCH] ci: update travis to use bionic

2020-01-19 Thread David Marchand
On Tue, Dec 17, 2019 at 12:43 PM Kevin Laatz wrote: > > Currently, the Travis CI is using Ubuntu 16.04 LTS (Xenial) which is > becoming increasingly outdated. This patch updates Travis to use Ubuntu > 18.04 LTS (Bionic) which will give us the benefit of more up-to-date > packages being availble an

Re: [dpdk-dev] [PATCH] ci: update travis to use bionic

2020-01-19 Thread David Marchand
On Tue, Dec 17, 2019 at 4:27 PM Andrzej Ostruszka wrote: > > On 12/17/19 12:42 PM, Kevin Laatz wrote: > > Currently, the Travis CI is using Ubuntu 16.04 LTS (Xenial) which is > > becoming increasingly outdated. This patch updates Travis to use Ubuntu > > 18.04 LTS (Bionic) which will give us the b

Re: [dpdk-dev] [PATCH] ci: update travis to use bionic

2019-12-19 Thread Laatz, Kevin
On 17/12/2019 18:03, Aaron Conole wrote: "Laatz, Kevin" writes: On 17/12/2019 14:44, Aaron Conole wrote: Kevin Laatz writes: Currently, the Travis CI is using Ubuntu 16.04 LTS (Xenial) which is becoming increasingly outdated. This patch updates Travis to use Ubuntu 18.04 LTS (Bionic) which

Re: [dpdk-dev] [PATCH] ci: update travis to use bionic

2019-12-17 Thread Aaron Conole
"Laatz, Kevin" writes: > On 17/12/2019 14:44, Aaron Conole wrote: >> Kevin Laatz writes: >> >>> Currently, the Travis CI is using Ubuntu 16.04 LTS (Xenial) which is >>> becoming increasingly outdated. This patch updates Travis to use Ubuntu >>> 18.04 LTS (Bionic) which will give us the benefit o

Re: [dpdk-dev] [PATCH] ci: update travis to use bionic

2019-12-17 Thread Andrzej Ostruszka
On 12/17/19 12:42 PM, Kevin Laatz wrote: > Currently, the Travis CI is using Ubuntu 16.04 LTS (Xenial) which is > becoming increasingly outdated. This patch updates Travis to use Ubuntu > 18.04 LTS (Bionic) which will give us the benefit of more up-to-date > packages being availble and the newer fe

Re: [dpdk-dev] [PATCH] ci: update travis to use bionic

2019-12-17 Thread Laatz, Kevin
On 17/12/2019 14:44, Aaron Conole wrote: Kevin Laatz writes: Currently, the Travis CI is using Ubuntu 16.04 LTS (Xenial) which is becoming increasingly outdated. This patch updates Travis to use Ubuntu 18.04 LTS (Bionic) which will give us the benefit of more up-to-date packages being availble

Re: [dpdk-dev] [PATCH] ci: update travis to use bionic

2019-12-17 Thread Aaron Conole
Kevin Laatz writes: > Currently, the Travis CI is using Ubuntu 16.04 LTS (Xenial) which is > becoming increasingly outdated. This patch updates Travis to use Ubuntu > 18.04 LTS (Bionic) which will give us the benefit of more up-to-date > packages being availble and the newer features that come wi

[dpdk-dev] [PATCH] ci: update travis to use bionic

2019-12-17 Thread Kevin Laatz
Currently, the Travis CI is using Ubuntu 16.04 LTS (Xenial) which is becoming increasingly outdated. This patch updates Travis to use Ubuntu 18.04 LTS (Bionic) which will give us the benefit of more up-to-date packages being availble and the newer features that come with them. Signed-off-by: Kevin