From: Kevin Laatz Date: Tue, 17 Dec 2019 11:42:59 +0000 (+0000) Subject: ci: switch to Ubuntu 18.04 in Travis X-Git-Url: http://git.droids-corp.org/?p=dpdk.git;a=commitdiff_plain;h=0218fe50c4cfe4c2d41d145ba79451912cdb13b5 ci: switch to Ubuntu 18.04 in Travis 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 available and the newer features that come with them. Signed-off-by: Kevin Laatz Acked-by: Andrzej Ostruszka Acked-by: Aaron Conole Signed-off-by: David Marchand --- diff --git a/.travis.yml b/.travis.yml index 980c7605d0..8162f1c059 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ compiler: - gcc - clang -dist: xenial +dist: bionic os: - linux @@ -118,7 +118,6 @@ matrix: - env: DEF_LIB="static" arch: arm64 compiler: gcc - dist: bionic addons: apt: packages: @@ -126,14 +125,12 @@ matrix: - env: DEF_LIB="shared" arch: arm64 compiler: gcc - dist: bionic addons: apt: packages: - *required_packages - env: DEF_LIB="static" arch: arm64 - dist: bionic compiler: clang addons: apt: @@ -141,7 +138,6 @@ matrix: - *required_packages - env: DEF_LIB="shared" arch: arm64 - dist: bionic compiler: clang addons: apt: @@ -150,7 +146,6 @@ matrix: - env: DEF_LIB="shared" OPTS="-Denable_kmods=false" BUILD_DOCS=1 arch: arm64 compiler: gcc - dist: bionic addons: apt: packages: