mirror of https://github.com/google/oss-fuzz.git
Bump fuzz introspector (#7881)
This commit is contained in:
parent
d40441850f
commit
0fce77ee5f
|
@ -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 38e75235115a478fa924535f94ccbc8883f166f9 && \
|
||||
git checkout 051932aa13b07f34e6c4844b084d3d928ae62138 && \
|
||||
apt-get remove --purge -y git
|
||||
|
||||
COPY checkout_build_install_llvm.sh /root/
|
||||
|
|
Loading…
Reference in New Issue