Module: Mesa
Branch: 18.0
Commit: 40ed4b02850d9970f7457c121a11d6c07a5025f0
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=40ed4b02850d9970f7457c121a11d6c07a5025f0

Author: Juan A. Suarez Romero <[email protected]>
Date:   Mon Apr 23 11:10:38 2018 +0200

travis: radv needs LLVM 4.0

This is a backport for 18.0 from 6ce400782c ("travis: radeonsi and radv
need LLVM 4.0") that fixes Travis build with meson + vulkan.

CC: 18.0 <[email protected]>
Acked-by: Bas Nieuwenhuizen <[email protected]>
Reviewed-by: Andres Gomez <[email protected]>

---

 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 84de135385..e4858dc917 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -39,12 +39,12 @@ matrix:
       addons:
         apt:
           sources:
-            - llvm-toolchain-trusty-3.9
+            - llvm-toolchain-trusty-4.0
           packages:
             # LLVM packaging is broken and misses these dependencies
             - libedit-dev
             # From sources above
-            - llvm-3.9-dev
+            - llvm-4.0-dev
             # Common
             - xz-utils
             - libexpat1-dev

_______________________________________________
mesa-commit mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to