[infra] Add sancov binary to base-runner image in order to perform bad build checks.

This commit is contained in:
Max Moroz 2017-08-08 11:40:30 -07:00
parent f81476ca75
commit b1ea461e17
2 changed files with 2 additions and 2 deletions

View File

@ -17,8 +17,8 @@
FROM gcr.io/oss-fuzz-base/base-image
MAINTAINER mike.aizatsky@gmail.com
RUN apt-get install -y zip file libunwind8 binutils libblocksruntime0
COPY bad_build_check llvm-symbolizer reproduce run_fuzzer test_all test_report \
/usr/local/bin/
COPY bad_build_check llvm-symbolizer reproduce run_fuzzer sancov test_all \
test_report /usr/local/bin/
# Default environment options for various sanitizers.
# Note that these match the settings used in ClusterFuzz and

Binary file not shown.