mirror of https://github.com/google/oss-fuzz.git
GLib: remove temporary fix (#1836)
* better project link * revert #1772
This commit is contained in:
parent
908d4322f5
commit
59d86eb2e9
|
@ -17,7 +17,7 @@
|
|||
FROM gcr.io/oss-fuzz-base/base-builder
|
||||
MAINTAINER pdknsk@gmail.com
|
||||
RUN apt-get update && apt-get install -y python3-pip
|
||||
RUN pip3 install -U git+https://github.com/mesonbuild/meson ninja
|
||||
RUN pip3 install -U meson ninja
|
||||
RUN git clone --depth 1 https://gitlab.gnome.org/GNOME/glib
|
||||
WORKDIR glib
|
||||
COPY build.sh fuzz* $SRC/
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
homepage: "https://gitlab.gnome.org/GNOME/glib"
|
||||
homepage: "https://www.gnu.org/directory/glib.html"
|
||||
primary_contact: "bugzilla@tecnocode.co.uk"
|
||||
auto_ccs:
|
||||
- philip.withnall@gmail.com
|
||||
|
|
Loading…
Reference in New Issue