[zlib-ng] point to official git repo (#1936)

We now can point the git clone of oss-fuzz to the upstream project git:
4999e84a04
This commit is contained in:
sebpop 2018-11-07 12:18:35 -06:00 committed by Max Moroz
parent 661c8e7bd3
commit 3a57b3ed7c
1 changed files with 1 additions and 3 deletions

View File

@ -18,8 +18,6 @@ FROM gcr.io/oss-fuzz-base/base-builder
MAINTAINER sebpop@gmail.com
RUN apt-get update && apt-get install -y make
# FIXME: point to the official zlib-ng once the patch to enable oss-fuzz is accepted.
# RUN git clone --depth 1 https://github.com/Dead2/zlib-ng.git
RUN git clone --depth 1 https://github.com/sebpop/zlib-ng.git
RUN git clone --depth 1 -b develop https://github.com/Dead2/zlib-ng.git
WORKDIR zlib-ng
COPY build.sh $SRC/