[Mesa-dev] [PATCH] travis: use LLVM 5.0 for Meson Vulkan
Juan A. Suarez Romero
jasuarez at igalia.com
Fri Dec 15 16:17:55 UTC 2017
Travis CI has moved to LLVM 5.0, and meson is detecting automatically
the available version.
So just let's change to LLVM 5.0 for this case.
---
.travis.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 211df3ec1ef..20432361176 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -37,12 +37,12 @@ matrix:
addons:
apt:
sources:
- - llvm-toolchain-trusty-3.9
+ - llvm-toolchain-trusty-5.0
packages:
# LLVM packaging is broken and misses these dependencies
- libedit-dev
# From sources above
- - llvm-3.9-dev
+ - llvm-5.0-dev
# Common
- xz-utils
- libexpat1-dev
--
2.14.3
More information about the mesa-dev
mailing list