[Mesa-dev] [PATCH 1/2] travis: add ubuntu-toolchain-r-test

Juan A. Suarez Romero jasuarez at igalia.com
Mon Aug 6 10:17:29 UTC 2018


LLVM 6.0 requires GCC 4.9, which is not available in main Travis
repository.

Fixes: fd1121e8399 ("amd: remove support for LLVM 5.0")
CC: Marek Olšák <marek.olsak at amd.com>
---
 .travis.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index fb192ae82a2..f7c2a8da996 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -137,6 +137,8 @@ matrix:
         apt:
           sources:
             - llvm-toolchain-trusty-6.0
+            # llvm-6 depends on gcc-4.9 which is not in main repo
+            - ubuntu-toolchain-r-test
           packages:
             # LLVM packaging is broken and misses these dependencies
             - libedit-dev
@@ -378,6 +380,8 @@ matrix:
         apt:
           sources:
             - llvm-toolchain-trusty-6.0
+            # llvm-6 depends on gcc-4.9 which is not in main repo
+            - ubuntu-toolchain-r-test
           packages:
             # LLVM packaging is broken and misses these dependencies
             - libedit-dev
-- 
2.17.1



More information about the mesa-dev mailing list