Skip to content

Commit

Permalink
Bump fuzz introspector (#8812)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidKorczynski authored Oct 18, 2022
1 parent 45c5e45 commit a64bdf1
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 @@ -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 fcf11d905bf335a6d02d581b0926621850797edc && \
git checkout b0e2a4327197b0064ba28892489423013148bd0d && \
apt-get remove --purge -y git

COPY checkout_build_install_llvm.sh /root/
Expand Down

0 comments on commit a64bdf1

Please sign in to comment.