projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
058f82d
)
ci: Update the version of Meson in the CI image
author
Emmanuele Bassi
<ebassi@gnome.org>
Tue, 28 Jan 2020 15:52:42 +0000
(16:52 +0100)
committer
Emmanuele Bassi
<ebassi@gnome.org>
Wed, 29 Jan 2020 08:39:21 +0000
(09:39 +0100)
We need at least 0.52.1 to be able to use gtk-doc as a sub-project.
.gitlab-ci/Dockerfile
patch
|
blob
|
history
diff --git
a/.gitlab-ci/Dockerfile
b/.gitlab-ci/Dockerfile
index a86bb1e3ce7ee11252f1b3d667dbd1ab638ad909..d8cabe1a9d974486c953963b3e6608469bbc0dac 100644
(file)
--- 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.5
0
.1
+RUN pip3 install meson==0.5
2
.1
ARG HOST_USER_ID=5555
ENV HOST_USER_ID ${HOST_USER_ID}