mirror of https://github.com/google/oss-fuzz.git
Bump Introspector (#8436)
This commit is contained in:
parent
c31105f7b7
commit
b8ef6a216d
|
@ -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 11364ead46a8f01318e506d2a3490aea7e236901 && \
|
||||
git checkout c66784ed4a9b8565ba48e3aac84bdf11a3776cb8 && \
|
||||
apt-get remove --purge -y git
|
||||
|
||||
COPY checkout_build_install_llvm.sh /root/
|
||||
|
|
Loading…
Reference in New Issue