mirror of https://github.com/google/oss-fuzz.git
[infra] Add sancov binary to base-runner image in order to perform bad build checks.
This commit is contained in:
parent
f81476ca75
commit
b1ea461e17
|
@ -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.
Loading…
Reference in New Issue