Skip to content

Commit

Permalink
fuzz-introspector: bump (#7636)
Browse files Browse the repository at this point in the history
Fixes #7635
  • Loading branch information
DavidKorczynski committed Apr 28, 2022
1 parent 1519894 commit c7b3970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/base-images/base-clang/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 e38fbbff621936c02e81d31cbec0d605d6f0a21e && \
git checkout 8d3d770d998c2463dc27a607b2afe569cd020ac6 && \
apt-get remove --purge -y git

COPY checkout_build_install_llvm.sh /root/
Expand Down

0 comments on commit c7b3970

Please sign in to comment.