aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/systemd
diff options
context:
space:
mode:
authorGravatar Evgeny Vereshchagin <evvers@ya.ru>2021-04-12 17:15:34 +0300
committerGravatar GitHub <noreply@github.com>2021-04-12 15:15:34 +0100
commit09dd5ff913d8b5b1a7cca82a0f3882776bfe69d8 (patch)
tree78d4d485d4ca048d3810d3e5c86de35accf5066d /projects/systemd
parentfe8f6ccb0e928a5632674a37060d115b2fab9a3c (diff)
Revert "[systemd] roll back to meson-0.56.2 (#5199)" (#5601)
Now that https://github.com/mesonbuild/meson/issues/8345 is closed, it should be safe to keep rolling forward. This reverts commit ac290e7ed7b600c685d3d6b455b58fda122b88b0.
Diffstat (limited to 'projects/systemd')
-rw-r--r--projects/systemd/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/systemd/Dockerfile b/projects/systemd/Dockerfile
index 0705c568..ee351edf 100644
--- a/projects/systemd/Dockerfile
+++ b/projects/systemd/Dockerfile
@@ -19,7 +19,7 @@ RUN apt-get update &&\
apt-get install -y gperf m4 gettext python3-pip \
libcap-dev libmount-dev libkmod-dev \
pkg-config wget &&\
- pip3 install meson==0.56.2 ninja
+ pip3 install meson ninja
RUN git clone --depth 1 https://github.com/systemd/systemd systemd
WORKDIR systemd
COPY build.sh $SRC/