Bump Introspector (#8436)

This commit is contained in:
Navidem 2022-09-07 18:16:05 -07:00 committed by GitHub
parent c31105f7b7
commit b8ef6a216d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,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 11364ead46a8f01318e506d2a3490aea7e236901 && \
git checkout c66784ed4a9b8565ba48e3aac84bdf11a3776cb8 && \
apt-get remove --purge -y git
COPY checkout_build_install_llvm.sh /root/