mirror of https://github.com/google/oss-fuzz.git
fuzz-introspector: bump (#7636)
Fixes https://github.com/google/oss-fuzz/issues/7635
This commit is contained in:
parent
15198947a2
commit
c7b3970f87
|
@ -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/
|
||||
|
|
Loading…
Reference in New Issue