diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-04-23 11:27:58 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2020-04-23 12:10:59 +0200 |
| commit | f5f0efe5eb6b76cfe0498835da268c2492f3fe58 (patch) | |
| tree | 55b5f824d756be342d11f93576f973616b1f60e9 /travis/linux_gcc8 | |
| parent | db12d334cf8129e3b482036fe357b944874a646c (diff) | |
| download | PROJ-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/linux_gcc8')
| -rwxr-xr-x | travis/linux_gcc8/before_install.sh | 3 |
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 \ |
