summaryrefslogtreecommitdiff
path: root/.gitlab-ci/minimal.Dockerfile
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2020-04-24 11:53:19 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2020-04-24 11:53:19 +0100
commitec08670d80d12668e3e6be4b6eb395e5ad207034 (patch)
tree3561821b695febc6938460b2c96a75ddbb62137f /.gitlab-ci/minimal.Dockerfile
parent42b7d634a9a7500dcc71651f71844148fc200be3 (diff)
downloadgobject-introspection-ec08670d80d12668e3e6be4b6eb395e5ad207034.tar.gz
Revert "Meson: Override gobject-introspection-1.0 dependency"
This reverts commit d01a387475e2665275a6cd6b0059bf91121b8300. The nightly run time does not have Meson 0.54
Diffstat (limited to '.gitlab-ci/minimal.Dockerfile')
-rw-r--r--.gitlab-ci/minimal.Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci/minimal.Dockerfile b/.gitlab-ci/minimal.Dockerfile
index e4d1f821..b33aa64b 100644
--- a/.gitlab-ci/minimal.Dockerfile
+++ b/.gitlab-ci/minimal.Dockerfile
@@ -15,7 +15,7 @@ RUN dnf -y install \
libmount-devel \
&& dnf clean all
-RUN pip3 install meson==0.54.0
+RUN pip3 install meson==0.52.0
ARG HOST_USER_ID=5555
ENV HOST_USER_ID ${HOST_USER_ID}