infra: bump fuzz-introspector (#7694)

* infra: bump fuzz-introspector

This adds a feature where multiple focus functions are output by fuzz-introspector. 

Can confirm the fuzz-introspector oss-fuzz integration tests (https://github.com/ossf/fuzz-introspector/tree/main/oss_fuzz_integration#testing-before-bumping-oss-fuzz) pass.

* update commit

Co-authored-by: Oliver Chang <oliverchang@users.noreply.github.com>
This commit is contained in:
DavidKorczynski 2022-05-11 21:20:56 +01:00 committed by GitHub
parent b04846f603
commit 32c48a630f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ RUN apt-get update && apt-get install -y wget sudo && \
RUN apt-get update && apt-get install -y git && \
git clone https://github.com/ossf/fuzz-introspector.git fuzz-introspector && \
cd fuzz-introspector && \
git checkout ff2685a105276c753775395b8d206a033c5dbb89 && \
git checkout fe9f8c94c729527bac96c107defd068960c20216 && \
apt-get remove --purge -y git
COPY checkout_build_install_llvm.sh /root/