[Mesa-dev] [PATCH] travis: keep meson version below 0.45.0
Dylan Baker
dylan at pnwbakers.com
Mon Mar 5 18:04:01 UTC 2018
Quoting Andres Gomez (2018-03-05 07:25:36)
> Recently Meson upgraded to 0.45.0 and it needs python 3.5+, which is
> not available in Trusty.
>
> Cc: Eric Engestrom <eric.engestrom at imgtec.com>
> Cc: Dylan Baker <dylan at pnwbakers.com>
> Cc: Emil Velikov <emil.velikov at collabora.com>
> Cc: Jon Turney <jon.turney at dronecode.org.uk>
> Signed-off-by: Andres Gomez <agomez at igalia.com>
> ---
> .travis.yml | 7 ++++---
> 1 file changed, 4 insertions(+), 3 deletions(-)
>
> diff --git a/.travis.yml b/.travis.yml
> index 823111ca539..dcd150b482b 100644
> --- a/.travis.yml
> +++ b/.travis.yml
> @@ -460,10 +460,11 @@ before_install:
> install:
> - pip2 install --user mako
>
> - # Install the latest meson from pip, since the version in the ubuntu repos is
> - # often quite old.
> + # Install a more modern meson from pip, since the version in the
> + # ubuntu repos is often quite old. Avoid >=0.45.0 as it needs python
> + # 3.5+
> - if test "x$BUILD" = xmeson; then
> - pip3 install --user meson;
> + pip3 install --user "meson<0.45.0";
> fi
>
> # Since libdrm gets updated in configure.ac regularly, try to pick up the
> --
> 2.16.1
>
Reviewed-by: Dylan Baker <dylan at pnwbakers.com>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 228 bytes
Desc: signature
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20180305/89e8186f/attachment.sig>
More information about the mesa-dev
mailing list