Re: [Mesa-dev] [PATCH] travis: remove r600 as it requires llvm 3.8

2017-04-04 Thread Rhys Kidd
On 2 April 2017 at 17:26, Dave Airlie wrote: > On 3 April 2017 at 06:44, Rhys Kidd wrote: > > On 2 April 2017 at 08:42, Christian Gmeiner > > > wrote: > >> > >> At the moment travis ci failes with the following error: > >> > >> checking for RADEON... yes > >> checking for RADEON... yes > >> con

Re: [Mesa-dev] [PATCH] travis: remove r600 as it requires llvm 3.8

2017-04-02 Thread Christian Gmeiner
Hi, 2017-04-02 22:44 GMT+02:00 Rhys Kidd : > On 2 April 2017 at 08:42, Christian Gmeiner > wrote: >> >> At the moment travis ci failes with the following error: >> >> checking for RADEON... yes >> checking for RADEON... yes >> configure: error: LLVM 3.8.0 or newer is required for r600 >> make: **

Re: [Mesa-dev] [PATCH] travis: remove r600 as it requires llvm 3.8

2017-04-02 Thread Dave Airlie
On 3 April 2017 at 06:44, Rhys Kidd wrote: > On 2 April 2017 at 08:42, Christian Gmeiner > wrote: >> >> At the moment travis ci failes with the following error: >> >> checking for RADEON... yes >> checking for RADEON... yes >> configure: error: LLVM 3.8.0 or newer is required for r600 >> make: **

Re: [Mesa-dev] [PATCH] travis: remove r600 as it requires llvm 3.8

2017-04-02 Thread Rhys Kidd
On 2 April 2017 at 08:42, Christian Gmeiner wrote: > At the moment travis ci failes with the following error: > > checking for RADEON... yes > checking for RADEON... yes > configure: error: LLVM 3.8.0 or newer is required for r600 > make: *** No targets specified and no makefile found. Stop. > >

[Mesa-dev] [PATCH] travis: remove r600 as it requires llvm 3.8

2017-04-02 Thread Christian Gmeiner
At the moment travis ci failes with the following error: checking for RADEON... yes checking for RADEON... yes configure: error: LLVM 3.8.0 or newer is required for r600 make: *** No targets specified and no makefile found. Stop. Signed-off-by: Christian Gmeiner --- .travis.yml | 2 +- 1 file