Bump fuzz introspector (#7881)

This commit is contained in:
Navidem 2022-06-17 00:49:21 -05:00 committed by GitHub
parent d40441850f
commit 0fce77ee5f
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 38e75235115a478fa924535f94ccbc8883f166f9 && \
git checkout 051932aa13b07f34e6c4844b084d3d928ae62138 && \
apt-get remove --purge -y git
COPY checkout_build_install_llvm.sh /root/