aboutsummaryrefslogtreecommitdiff
path: root/travis/linux_gcc8
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2020-04-23 11:27:58 +0200
committerEven Rouault <even.rouault@spatialys.com>2020-04-23 12:23:42 +0200
commitfa1fef0d768994e43a22eca9be3c1b666ebac832 (patch)
treee9ed37c82a6b8619605db2d1ae430f33c07b1b43 /travis/linux_gcc8
parent974b0dbf595857c8e630c478d9f0a97b29578485 (diff)
downloadPROJ-fa1fef0d768994e43a22eca9be3c1b666ebac832.tar.gz
PROJ-fa1fef0d768994e43a22eca9be3c1b666ebac832.zip
.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 !
Diffstat (limited to 'travis/linux_gcc8')
-rwxr-xr-xtravis/linux_gcc8/before_install.sh3
1 files changed, 2 insertions, 1 deletions
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 \