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