fuzz-introspector: bump (#7636)

Fixes https://github.com/google/oss-fuzz/issues/7635
This commit is contained in:
DavidKorczynski 2022-04-28 01:18:41 +01:00 committed by GitHub
parent 15198947a2
commit c7b3970f87
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 e38fbbff621936c02e81d31cbec0d605d6f0a21e && \
git checkout 8d3d770d998c2463dc27a607b2afe569cd020ac6 && \
apt-get remove --purge -y git
COPY checkout_build_install_llvm.sh /root/