From 5a638c0a11500e1e38fc9ab6dd4f5dab6681b4d4 Mon Sep 17 00:00:00 2001 From: Darren Kulp Date: Fri, 31 Jul 2020 17:06:42 -0700 Subject: ci: Explicitly select Ubuntu 16.04 (xenial) Xenial was being used anyway, but it is wise to be explicit. This lets us download a newer precompiled LLVM, too. --- .travis.yml | 2 ++ ci/before_install.sh | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e7edd1cd..c44aaa05 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,7 @@ language: rust +dist: xenial + os: - linux diff --git a/ci/before_install.sh b/ci/before_install.sh index 57927cf6..d5edde94 100644 --- a/ci/before_install.sh +++ b/ci/before_install.sh @@ -9,7 +9,7 @@ set -x set -o pipefail function llvm_linux_target_triple() { - echo "x86_64-linux-gnu-ubuntu-14.04" + echo "x86_64-linux-gnu-ubuntu-16.04" } function llvm_macos_target_triple() { -- cgit v1.2.3