[Mesa-dev] [PATCH 1/2] travis: add ubuntu-toolchain-r-test
Andres Gomez
agomez at igalia.com
Tue Aug 7 17:05:59 UTC 2018
With a bit more clarifying commit log, this is:
Reviewed-by: Andres Gomez <agomez at igalia.com>
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>
> ---
> .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
--
Br,
Andres
More information about the mesa-dev
mailing list