[boost] Fix missing files in docker copy command (#1828)

* [boost] add fuzzers for boost property tree parsers

* [boost] fix missing files in Docker copy command
This commit is contained in:
Paul Dreik 2018-09-19 21:13:18 +02:00 committed by Abhishek Arya
parent ec8a3bff13
commit d6faca7235
1 changed files with 1 additions and 1 deletions

View File

@ -23,4 +23,4 @@ WORKDIR boost
# The actual build will need to use CXX/CXXFLAGS provided by OSS-Fuzz.
RUN ./bootstrap.sh && ./b2 headers
# Preferably, move boost_regex_fuzzer.cc to the boost repository.
COPY build.sh boost_regex_fuzzer.cc $SRC/
COPY build.sh *.cc $SRC/