summaryrefslogtreecommitdiff
path: root/.travis.compiler.sh
diff options
context:
space:
mode:
authorTeodor Mircea Ionita <teodor@mariadb.org>2018-12-25 12:01:13 +0000
committerTeodor Mircea Ionita <teodor@mariadb.org>2018-12-26 16:26:36 +0000
commit829fce9ea6ee984f49b6a77a442435e38fd98cfa (patch)
tree83c3a1f1a238a526e4031ae704cd13daf2c99d56 /.travis.compiler.sh
parent838c196f2638b3ece9ee7d9d222442e756dbfc06 (diff)
downloadmariadb-git-829fce9ea6ee984f49b6a77a442435e38fd98cfa.tar.gz
travis: upgrade Ubuntu target dist to 16.04 Xenial
Ubuntu 14.04 Trusty is LTS until April 2019 and since we are approaching that, upgrade to Xenial which is LTS until April 2021. One bonus of this upgrade is that the Travis Xenial virtual images have a much bigger disk size, thus no need to limit ccache below the default of 5G anymore. Also had to remove linux/clang-8 toolchain testing since llvm-toolchain-xenial is not listed at: https://github.com/travis-ci/apt-source-safelist/blob/master/ubuntu.json And fails with: Disallowing sources: llvm-toolchain-xenial ... E: Unable to locate package clang-8 E: Unable to locate package llvm-8-dev
Diffstat (limited to '.travis.compiler.sh')
-rwxr-xr-x.travis.compiler.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.compiler.sh b/.travis.compiler.sh
index 96872ef9539..4748c0b9729 100755
--- a/.travis.compiler.sh
+++ b/.travis.compiler.sh
@@ -22,7 +22,6 @@ if [[ "${TRAVIS_OS_NAME}" == 'linux' ]]; then
exclude_modules;
if which ccache ; then
CMAKE_OPT="${CMAKE_OPT} -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache"
- ccache --max-size=2200M
fi
if [[ "${CXX}" == 'clang++' ]]; then
if [[ "${CC_VERSION}" == '6' ]]; then