travis: force llvm-3.3 for "make Gallium ST Other"
authorGert Wollny <gw.fossdev@gmail.com>
Thu, 14 Sep 2017 10:27:41 +0000 (12:27 +0200)
committerEmil Velikov <emil.l.velikov@gmail.com>
Fri, 15 Sep 2017 12:56:28 +0000 (13:56 +0100)
commitd3675812b53ae5583d693859c4973ccca9a9fb2e
tree0ff7fea54b7644150572087484bb3af5d0343ee6
parentc75d78161046f34350467b53054ff4e9da7a5cdd
travis: force llvm-3.3 for "make Gallium ST Other"

In Ubuntu Trusty the default version of llvm is 3.4 and the build was
actually randomly picking 3.5 or 3.9. Adding libunwind would then result
is build success or failure depending of what version was picked.

Install the llvm-3.3-dev package and force its use: On one hand it is
the minimum required version we want to the build test against, and on
the other hand forcing the version stabilizes the build.

Cc: mesa-stable@lists.freedesktop.org
Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
.travis.yml