On Mon, 2018-08-06 at 12:17 +0200, Juan A. Suarez Romero wrote:
> 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 <[email protected]>
Cc: Emil Velikov <[email protected]>
Cc: Dylan Baker <[email protected]>
>
> ---
> .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
_______________________________________________
mesa-dev mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-dev