[Mesa-dev] [PATCH 2/4] travis: Update to the Ubuntu Trusty image.

Emil Velikov emil.l.velikov at gmail.com
Wed Aug 24 14:27:43 UTC 2016


On 18 August 2016 at 23:28, Eric Anholt <eric at anholt.net> wrote:
> This will hopefully fix wget from x.org (no real reason explained in
> Travis CI bug reports), and may also mean that we can enable LLVM driver
> builds.
IIRC the recommended "--no-check-certificate" also worked when I gave
it a try a while back.

> ---
>  .travis.yml | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/.travis.yml b/.travis.yml
> index 843a9bcdc2ee..6a22e9595fe0 100644
> --- a/.travis.yml
> +++ b/.travis.yml
> @@ -1,6 +1,7 @@
>  language: c
>
> -sudo: false
> +sudo: true
Does "true" work - the documentation recommends "required [1]
Hope the Travis people get Trusty without sudo soon - that will
greating decrease the boot/job time [2]

Just some misc thoughts that came to mind ^^
-Emil

[1] https://docs.travis-ci.com/user/trusty-ci-environment/
[2] https://docs.travis-ci.com/user/ci-environment/


More information about the mesa-dev mailing list