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

Rhys Kidd rhyskidd at gmail.com
Sun Apr 2 20:44:27 UTC 2017


On 2 April 2017 at 08:42, Christian Gmeiner <christian.gmeiner at gmail.com>
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.
>
> Signed-off-by: Christian Gmeiner <christian.gmeiner at gmail.com>
>

NACK.

I'll send out to the mailing list shortly a patch that enables LLVM 3.8+ on
Travis-CI's Trusty-based environment that we use.

Allows r600g to remain and should theoretically allow radeonsi to be tested
as well. Possibly the vulkan drivers and swr too without a great deal
further work.


> ---
>  .travis.yml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/.travis.yml b/.travis.yml
> index a3b094f..b94d421 100644
> --- a/.travis.yml
> +++ b/.travis.yml
> @@ -104,7 +104,7 @@ script:
>        ./autogen.sh --enable-debug
>          --with-egl-platforms=x11,drm
>          --with-dri-drivers=i915,i965,radeon,r200,swrast,nouveau
> -        --with-gallium-drivers=i915,nouveau,r300,r600,freedreno,
> svga,swrast,vc4,virgl,etnaviv,imx
> +        --with-gallium-drivers=i915,nouveau,r300,freedreno,svga,
> swrast,vc4,virgl,etnaviv,imx
>          --disable-llvm-shared-libs
>          ;
>        make && make check;
> --
> 2.9.3
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20170402/e295d62f/attachment.html>


More information about the mesa-dev mailing list