To include latest introspector changes (#7494)

This commit is contained in:
Navidem 2022-04-03 11:08:09 -07:00 committed by GitHub
parent 4ae09c2ac2
commit 10fdf2878d
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 652a582e347f6f5bfd1451115849ce1c71bb9160 && \
git checkout 43402fa9e2eb752d16f8edc276fb7698c4ca8147 && \
apt-get remove --purge -y git
COPY checkout_build_install_llvm.sh /root/