Bump introspector (#7853)

This commit is contained in:
Navidem 2022-06-13 12:30:06 -05:00 committed by GitHub
parent 3d1858edb2
commit 6e146c9132
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 2335ba4cb52a81c2c05ed075d725ef5f1d98137b && \
git checkout fd7a9ed71549bc4b7bf9dcca47b1b3fcc58ba791 && \
apt-get remove --purge -y git
COPY checkout_build_install_llvm.sh /root/