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