From d6faca7235d7552455c41002dfced7cf4828ee95 Mon Sep 17 00:00:00 2001 From: Paul Dreik Date: Wed, 19 Sep 2018 21:13:18 +0200 Subject: [PATCH] [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 --- projects/boost/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/boost/Dockerfile b/projects/boost/Dockerfile index 9812def2a..6134c2227 100644 --- a/projects/boost/Dockerfile +++ b/projects/boost/Dockerfile @@ -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/