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

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


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 <marek.olsak at amd.com>

Cc: Emil Velikov <emil.velikov at collabora.com>
Cc: Dylan Baker <dylan at pnwbakers.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



More information about the mesa-dev mailing list