From 3a57b3ed7c7f02f88529e22515c2df2939e378da Mon Sep 17 00:00:00 2001 From: sebpop Date: Wed, 7 Nov 2018 12:18:35 -0600 Subject: [PATCH] [zlib-ng] point to official git repo (#1936) We now can point the git clone of oss-fuzz to the upstream project git: https://github.com/Dead2/zlib-ng/commit/4999e84a04f62bb2f3f0c8cf0fd869f9dcdf29e4 --- projects/zlib-ng/Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/projects/zlib-ng/Dockerfile b/projects/zlib-ng/Dockerfile index 7bdd299c4..14e266150 100644 --- a/projects/zlib-ng/Dockerfile +++ b/projects/zlib-ng/Dockerfile @@ -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/