aboutsummaryrefslogtreecommitdiff
path: root/travis
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:10:59 +0200
commitf5f0efe5eb6b76cfe0498835da268c2492f3fe58 (patch)
tree55b5f824d756be342d11f93576f973616b1f60e9 /travis
parentdb12d334cf8129e3b482036fe357b944874a646c (diff)
downloadPROJ-f5f0efe5eb6b76cfe0498835da268c2492f3fe58.tar.gz
PROJ-f5f0efe5eb6b76cfe0498835da268c2492f3fe58.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')
-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 \