mirror of https://github.com/google/oss-fuzz.git
To include latest introspector changes (#7494)
This commit is contained in:
parent
4ae09c2ac2
commit
10fdf2878d
|
@ -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 652a582e347f6f5bfd1451115849ce1c71bb9160 && \
|
||||
git checkout 43402fa9e2eb752d16f8edc276fb7698c4ca8147 && \
|
||||
apt-get remove --purge -y git
|
||||
|
||||
COPY checkout_build_install_llvm.sh /root/
|
||||
|
|
Loading…
Reference in New Issue