<div dir="ltr">On 2 April 2017 at 08:42, Christian Gmeiner <span dir="ltr"><<a href="mailto:christian.gmeiner@gmail.com" target="_blank">christian.gmeiner@gmail.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">At the moment travis ci failes with the following error:<br>
<br>
checking for RADEON... yes<br>
checking for RADEON... yes<br>
configure: error: LLVM 3.8.0 or newer is required for r600<br>
make: *** No targets specified and no makefile found.  Stop.<br>
<br>
Signed-off-by: Christian Gmeiner <<a href="mailto:christian.gmeiner@gmail.com">christian.gmeiner@gmail.com</a>><br></blockquote><div><br></div><div>NACK.<br><br></div><div>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.<br><br></div><div>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.<br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
---<br>
 .travis.yml | 2 +-<br>
 1 file changed, 1 insertion(+), 1 deletion(-)<br>
<br>
diff --git a/.travis.yml b/.travis.yml<br>
index a3b094f..b94d421 100644<br>
--- a/.travis.yml<br>
+++ b/.travis.yml<br>
@@ -104,7 +104,7 @@ script:<br>
       ./autogen.sh --enable-debug<br>
         --with-egl-platforms=x11,drm<br>
         --with-dri-drivers=i915,i965,<wbr>radeon,r200,swrast,nouveau<br>
-        --with-gallium-drivers=i915,<wbr>nouveau,r300,r600,freedreno,<wbr>svga,swrast,vc4,virgl,etnaviv,<wbr>imx<br>
+        --with-gallium-drivers=i915,<wbr>nouveau,r300,freedreno,svga,<wbr>swrast,vc4,virgl,etnaviv,imx<br>
         --disable-llvm-shared-libs<br>
         ;<br>
       make && make check;<br>
<span class="HOEnZb"><font color="#888888">--<br>
2.9.3<br>
<br>
______________________________<wbr>_________________<br>
mesa-dev mailing list<br>
<a href="mailto:mesa-dev@lists.freedesktop.org">mesa-dev@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/mesa-dev" rel="noreferrer" target="_blank">https://lists.freedesktop.org/<wbr>mailman/listinfo/mesa-dev</a><br>
</font></span></blockquote></div><br></div></div>