From: Emmanuele Bassi Date: Tue, 28 Jan 2020 15:52:42 +0000 (+0100) Subject: ci: Update the version of Meson in the CI image X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1^2~18^2~20^2~139^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=98e6e0cf7730d4fd668e6f41d6dd9172396edb07;p=gtk4.git ci: Update the version of Meson in the CI image We need at least 0.52.1 to be able to use gtk-doc as a sub-project. --- diff --git a/.gitlab-ci/Dockerfile b/.gitlab-ci/Dockerfile index a86bb1e3ce..d8cabe1a9d 100644 --- a/.gitlab-ci/Dockerfile +++ b/.gitlab-ci/Dockerfile @@ -76,7 +76,7 @@ RUN dnf -y install \ xorg-x11-server-Xvfb \ && dnf clean all -RUN pip3 install meson==0.50.1 +RUN pip3 install meson==0.52.1 ARG HOST_USER_ID=5555 ENV HOST_USER_ID ${HOST_USER_ID}