mirror of https://github.com/google/oss-fuzz.git
[Glib] fix profile build (#1772)
* minor improvements * get meson from git
This commit is contained in:
parent
68966db40a
commit
6166c33657
|
@ -16,9 +16,8 @@
|
|||
|
||||
FROM gcr.io/oss-fuzz-base/base-builder
|
||||
MAINTAINER pdknsk@gmail.com
|
||||
RUN apt-get update && \
|
||||
apt-get install -y autoconf libtool python3-pip
|
||||
RUN pip3 install -U meson ninja
|
||||
RUN git clone https://gitlab.gnome.org/GNOME/glib
|
||||
RUN apt-get update && apt-get install -y python3-pip
|
||||
RUN pip3 install -U git+https://github.com/mesonbuild/meson ninja
|
||||
RUN git clone --depth 1 https://gitlab.gnome.org/GNOME/glib
|
||||
WORKDIR glib
|
||||
COPY build.sh fuzz* $SRC/
|
||||
|
|
Loading…
Reference in New Issue