Bump introspector (#7482)

This commit is contained in:
Oliver Chang 2022-03-31 17:13:04 +11:00 committed by GitHub
parent 86a4d9d11f
commit 221b39181a
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 9f02f35b0b104f4ceb4da2fe34e97e6cc646c4f7 && \
git checkout 652a582e347f6f5bfd1451115849ce1c71bb9160 && \
apt-get remove --purge -y git
COPY checkout_build_install_llvm.sh /root/