On 6 August 2018 at 11:17, Juan A. Suarez Romero <[email protected]> wrote: > RADV now requires LLVM 6.0. > > Fixes: fd1121e8399 ("amd: remove support for LLVM 5.0") > CC: Marek Olšák <[email protected]>
It seem that something went wrong splitting this from 1/2 - not too sure. Regardless, Reviewed-by: Emil Velikov <[email protected]> Aside: > @@ -36,17 +36,19 @@ matrix: > - LABEL="meson Vulkan" > - BUILD=meson > - MESON_OPTIONS="-Ddri-drivers=[] -Dgallium-drivers=[]" Having the drivers as explicit lists, alike the autoconf build would be a good move. Think, subtle bugs in the meson logic, fallback to disabling FOO when dependencies are not met, etc. > - - LLVM_VERSION=5.0 > + - LLVM_VERSION=6.0 > - LLVM_CONFIG="llvm-config-${LLVM_VERSION}" > addons: > apt: > sources: > - - llvm-toolchain-trusty-5.0 > + - 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 Is this still needed? Might be worth poking Debian people about it. -Emil _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
