From 0a7380a80a0f7bc8416dc554b66951119365a66d Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Tue, 30 Jun 2020 21:22:33 +0100 Subject: [libzmq] use build script from upstream repository (#4054) * libzmq: use build script from upstream repository In order to avoid having to send PRs every time we change something, simply maintain the build script in the upstream repository, and change build.sh to a one-line call. * libzmq: clone corpora and dictionary repository --- projects/libzmq/Dockerfile | 1 + 1 file changed, 1 insertion(+) (limited to 'projects/libzmq/Dockerfile') diff --git a/projects/libzmq/Dockerfile b/projects/libzmq/Dockerfile index 40769f294..9299d8c23 100644 --- a/projects/libzmq/Dockerfile +++ b/projects/libzmq/Dockerfile @@ -18,6 +18,7 @@ FROM gcr.io/oss-fuzz-base/base-builder MAINTAINER bluca@debian.org RUN apt-get update && apt-get install -y make autoconf automake libtool gettext pkg-config build-essential RUN git clone --depth 1 https://github.com/zeromq/libzmq.git +RUN git clone --depth 1 https://github.com/zeromq/libzmq-fuzz-corpora.git RUN git clone --depth 1 -b stable https://github.com/jedisct1/libsodium.git WORKDIR libzmq COPY build.sh $SRC/ -- cgit v1.2.3