From f5f0efe5eb6b76cfe0498835da268c2492f3fe58 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Thu, 23 Apr 2020 11:27:58 +0200 Subject: .travis.yml: switch to bionic to restore i386 builds with gcc8 (fixes #2175) Credits to @sebastic for his suggestion to try bionic and use aptitude instead of apt ! --- travis/linux_gcc8/before_install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'travis') diff --git a/travis/linux_gcc8/before_install.sh b/travis/linux_gcc8/before_install.sh index 424bc10e..ff6c0927 100755 --- a/travis/linux_gcc8/before_install.sh +++ b/travis/linux_gcc8/before_install.sh @@ -5,7 +5,8 @@ set -e ./travis/before_install_apt.sh ./travis/before_install_pip.sh -sudo apt-get install -qq \ +sudo aptitude remove -q -y libtiff-dev libcurl4-gnutls-dev +sudo aptitude install -q -y \ lcov \ doxygen graphviz \ sqlite3 libsqlite3-dev:$ARCH \ -- cgit v1.2.3