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

2018-08-07 Thread Emil Velikov
On 7 August 2018 at 18:06, Juan A. Suarez Romero wrote: > On Tue, 2018-08-07 at 12:57 -0400, Jan Vesely wrote: >> >> >> On Tue, Aug 7, 2018 at 12:28 PM, Juan A. Suarez Romero >> wrote: >> > On Tue, 2018-08-07 at 16:12 +0100, Emil Velikov wrote: >> > > On 6 August 2018 at 11:17, Juan A. Suarez Ro

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

2018-08-07 Thread Juan A. Suarez Romero
On Tue, 2018-08-07 at 12:57 -0400, Jan Vesely wrote: > > > On Tue, Aug 7, 2018 at 12:28 PM, Juan A. Suarez Romero > wrote: > > On Tue, 2018-08-07 at 16:12 +0100, Emil Velikov wrote: > > > On 6 August 2018 at 11:17, Juan A. Suarez Romero > > > wrote: > > > > LLVM 6.0 requires GCC 4.9, which is

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

2018-08-07 Thread Andres Gomez
With a bit more clarifying commit log, this is: Reviewed-by: Andres Gomez 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šá

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

2018-08-07 Thread Jan Vesely
On Tue, Aug 7, 2018 at 12:28 PM, Juan A. Suarez Romero wrote: > On Tue, 2018-08-07 at 16:12 +0100, Emil Velikov wrote: > > On 6 August 2018 at 11:17, Juan A. Suarez Romero > wrote: > > > LLVM 6.0 requires GCC 4.9, which is not available in main Travis > > > repository. > > > > > > > We're not bu

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

2018-08-07 Thread Juan A. Suarez Romero
On Tue, 2018-08-07 at 16:12 +0100, Emil Velikov wrote: > On 6 August 2018 at 11:17, Juan A. Suarez Romero wrote: > > LLVM 6.0 requires GCC 4.9, which is not available in main Travis > > repository. > > > > We're not building LLVM 6.0 here, hence the commit message is a bit confusing. > Please ad

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

2018-08-07 Thread Emil Velikov
On 6 August 2018 at 11:17, Juan A. Suarez Romero wrote: > LLVM 6.0 requires GCC 4.9, which is not available in main Travis > repository. > We're not building LLVM 6.0 here, hence the commit message is a bit confusing. Please add more information on the topic - even a bug report if there is one.

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

2018-08-06 Thread Juan A. Suarez Romero
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 Cc: Emil Velikov Cc: Dylan Baker > > --- > .travis.yml | 4 >

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

2018-08-06 Thread Juan A. Suarez Romero
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 --- .travis.yml | 4 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index fb192ae82a2..f7c2a8da996 100644 --- a/.trav