diff options
author | Juan A. Suarez Romero <[email protected]> | 2018-08-06 12:12:09 +0200 |
---|---|---|
committer | Juan A. Suarez Romero <[email protected]> | 2018-08-07 19:27:07 +0200 |
commit | 80f937ea4db301f5cf53691532a65a8c660e57d4 (patch) | |
tree | 7837977cc50fe96824622cb15d0117e2c4521b96 /.travis.yml | |
parent | 85cad15298e283daca9bd31701c15cd8b602277a (diff) |
travis: add ubuntu-toolchain-r-test
LLVM 6.0 requires libstc++4.9, which is not available in main Travis
repository.
v2: LLVM 6.0 requires libstdc+4.9, rather than GCC 4.9 (Jan Vesely)
Fixes: fd1121e8399 ("amd: remove support for LLVM 5.0")
CC: Marek Olšák <[email protected]>
CC: Emil Velikov <[email protected]>
CC: Dylan Baker <[email protected]>
Reviewed-by: Andres Gomez <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index f7cb85942d9..9e45eca8d64 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 |