On Tue, Dec 17, 2019 at 12:43 PM Kevin Laatz <kevin.la...@intel.com> 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 features that come with them.
available* The Intel CI tests Ubuntu 16.04. As you mentioned, 18.04 comes with a more recent clang and libabigail which will be necessary in other series. I am ok with this change too. > > Signed-off-by: Kevin Laatz <kevin.la...@intel.com> > --- > .travis.yml | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/.travis.yml b/.travis.yml > index 8f90d06f2..6e0626353 100644 > --- a/.travis.yml > +++ b/.travis.yml > @@ -4,7 +4,7 @@ compiler: > - gcc > - clang > > -dist: xenial > +dist: bionic > > os: > - linux > @@ -21,7 +21,7 @@ aarch64_packages: &aarch64_packages > > extra_packages: &extra_packages > - *required_packages > - - [libbsd-dev, libpcap-dev, libcrypto++-dev, libjansson4] > + - [libbsd-dev, libpcap-dev, libcrypto++-dev, libjansson4, abigail-tools] I removed this change. libabigail will be added when needed. I also removed the distrib field for the aarch64 jobs, that were not pushed to master yet, at the time this patch had been proposed. Applied, thanks. -- David Marchand