Bump introspector (#8153)

* Bump introspector

* include fixes

* Pickup latest changes
This commit is contained in:
Navidem 2022-08-08 16:53:03 -07:00 committed by GitHub
parent ac9a50c7a3
commit c28d437a4f
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 10cb2db2c307a211ee0f009bda9fa744880eddba && \
git checkout 11364ead46a8f01318e506d2a3490aea7e236901 && \
apt-get remove --purge -y git
COPY checkout_build_install_llvm.sh /root/