diff options
author | Christoph Reiter <reiter.christoph@gmail.com> | 2018-06-16 11:45:09 +0200 |
---|---|---|
committer | Christoph Reiter <reiter.christoph@gmail.com> | 2018-06-16 11:45:09 +0200 |
commit | 06660d70e1899d9ad9b3c951073fb9a13652da9d (patch) | |
tree | 91406e13193906e6ad85cda38f0d60642acfaee5 /.gitlab-ci/Dockerfile | |
parent | ce0353c25707ee5f200a72a259b6c55b0691382e (diff) | |
download | gobject-introspection-06660d70e1899d9ad9b3c951073fb9a13652da9d.tar.gz |
ci: Update meson to 0.46.1
glib now requires 0.46.1 and GI uses it as a subproject in CI
Diffstat (limited to '.gitlab-ci/Dockerfile')
-rw-r--r-- | .gitlab-ci/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci/Dockerfile b/.gitlab-ci/Dockerfile index 5a7a9815..876ec3d1 100644 --- a/.gitlab-ci/Dockerfile +++ b/.gitlab-ci/Dockerfile @@ -41,7 +41,7 @@ RUN dnf -y install \ zlib-devel \ && dnf clean all -RUN pip3 install meson +RUN pip3 install meson==0.46.1 ARG HOST_USER_ID=5555 ENV HOST_USER_ID ${HOST_USER_ID} |