[Mesa-dev] [PATCH] travis: SWR requires LLVM 6.0

Emil Velikov emil.l.velikov at gmail.com
Wed Aug 22 15:10:38 UTC 2018


On 21 August 2018 at 11:35, Juan A. Suarez Romero <jasuarez at igalia.com> wrote:
> Cc: Dylan Baker <dylan at pnwbakers.com>
> Cc: Eric Engestrom <eric.engestrom at intel.com>
> ---
With the Fixes tag (thank Eric) and trivial clarification on the question below:

Reviewed-by: Emil Velikov <emil.velikov at collabora.com>

>  .travis.yml | 24 ++++++++++--------------
>  1 file changed, 10 insertions(+), 14 deletions(-)
>
> diff --git a/.travis.yml b/.travis.yml
> index 32cd8602e6f..f51ff026e9d 100644
> --- a/.travis.yml
> +++ b/.travis.yml
> @@ -98,10 +98,8 @@ matrix:
>          - BUILD=make
>          - MAKEFLAGS="-j4"
>          - MAKE_CHECK_COMMAND="true"
> -        - LLVM_VERSION=5.0
> +        - LLVM_VERSION=6.0
>          - LLVM_CONFIG="llvm-config-${LLVM_VERSION}"
> -        - OVERRIDE_CC="gcc-4.8"
> -        - OVERRIDE_CXX="g++-4.8"
>          - DRI_LOADERS="--disable-glx --disable-gbm --disable-egl"
>          - DRI_DRIVERS=""
>          - GALLIUM_ST="--enable-dri --disable-opencl --disable-xa --disable-nine --disable-xvmc --disable-vdpau --disable-va --disable-omx-bellagio --disable-gallium-osmesa"
> @@ -111,12 +109,12 @@ matrix:
>        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
What is helping us pick 4.9 when the override (above) is removed?
Please add a small comment, in the commit message.

Thanks
Emil


More information about the mesa-dev mailing list