mirror of https://github.com/google/oss-fuzz.git
[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:
parent
661c8e7bd3
commit
3a57b3ed7c
|
@ -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/
|
||||
|
|
Loading…
Reference in New Issue