mirror of https://github.com/google/oss-fuzz.git
Now that https://github.com/mesonbuild/meson/issues/8345 is closed,
it should be safe to keep rolling forward.
This reverts commit ac290e7ed7
.
This commit is contained in:
parent
fe8f6ccb0e
commit
09dd5ff913
|
@ -19,7 +19,7 @@ RUN apt-get update &&\
|
||||||
apt-get install -y gperf m4 gettext python3-pip \
|
apt-get install -y gperf m4 gettext python3-pip \
|
||||||
libcap-dev libmount-dev libkmod-dev \
|
libcap-dev libmount-dev libkmod-dev \
|
||||||
pkg-config wget &&\
|
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
|
RUN git clone --depth 1 https://github.com/systemd/systemd systemd
|
||||||
WORKDIR systemd
|
WORKDIR systemd
|
||||||
COPY build.sh $SRC/
|
COPY build.sh $SRC/
|
||||||
|
|
Loading…
Reference in New Issue