From 18e5cee66ea37bfa3e94d1d8af0a6f825f484ce2 Mon Sep 17 00:00:00 2001 From: Sitsofe Wheeler Date: Sat, 5 Oct 2019 15:18:38 +0100 Subject: [PATCH] travis: switch to ubuntu 18.04 and install more libraries Also sort the package dependencies into alphabetical order to make it easier to see what has changed in the future. Signed-off-by: Sitsofe Wheeler --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b34264e3..77c31b77 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ language: c +dist: bionic os: - linux compiler: @@ -31,7 +32,7 @@ matrix: before_install: - EXTRA_CFLAGS="-Werror" - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then - pkgs=(libaio-dev libnuma-dev libz-dev librbd-dev libibverbs-dev librdmacm-dev libcunit1 libcunit1-dev); + pkgs=(libaio-dev libcunit1 libcunit1-dev libgoogle-perftools4 libibverbs-dev libiscsi-dev libnuma-dev librbd-dev librdmacm-dev libz-dev); if [[ "$BUILD_ARCH" == "x86" ]]; then pkgs=("${pkgs[@]/%/:i386}"); pkgs+=(gcc-multilib python-scipy); -- 2.25.1