libpng-proto: use the Release build of LPM

This commit is contained in:
Kostya Serebryany 2018-12-21 17:02:31 -08:00
parent 0b9b883b79
commit dd5fb22985
1 changed files with 1 additions and 1 deletions

View File

@ -21,5 +21,5 @@ RUN apt-get update && \
RUN git clone --depth 1 https://github.com/glennrp/libpng.git
RUN git clone --depth 1 https://github.com/google/libprotobuf-mutator.git
RUN (mkdir LPM && cd LPM && cmake ../libprotobuf-mutator -GNinja -DLIB_PROTO_MUTATOR_DOWNLOAD_PROTOBUF=ON -DLIB_PROTO_MUTATOR_TESTING=OFF && ninja)
RUN (mkdir LPM && cd LPM && cmake ../libprotobuf-mutator -GNinja -DLIB_PROTO_MUTATOR_DOWNLOAD_PROTOBUF=ON -DLIB_PROTO_MUTATOR_TESTING=OFF -DCMAKE_BUILD_TYPE=Release && ninja)
COPY build.sh png_fuzz_proto.proto png_proto_fuzzer_example.cc $SRC/