mirror of https://github.com/google/oss-fuzz.git
Bump to include latest changes (#7375)
* Bump to include latest changes * covering latest commit * another bump
This commit is contained in:
parent
11e48548dc
commit
d7c2eca4d4
|
@ -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 9868bb88c539b4ba142b07636ea0028069ca2105 && \
|
||||
git checkout 808f2d4334f831bffce3388d0cbb92e1b6e275b7 && \
|
||||
apt-get remove --purge -y git
|
||||
|
||||
COPY checkout_build_install_llvm.sh /root/
|
||||
|
|
Loading…
Reference in New Issue