mirror of https://github.com/google/oss-fuzz.git
Bump introspector (#7482)
This commit is contained in:
parent
86a4d9d11f
commit
221b39181a
|
@ -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/
|
||||
|
|
Loading…
Reference in New Issue