mirror of https://github.com/google/oss-fuzz.git
Bump introspector (#8153)
* Bump introspector * include fixes * Pickup latest changes
This commit is contained in:
parent
ac9a50c7a3
commit
c28d437a4f
|
@ -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 10cb2db2c307a211ee0f009bda9fa744880eddba && \
|
||||
git checkout 11364ead46a8f01318e506d2a3490aea7e236901 && \
|
||||
apt-get remove --purge -y git
|
||||
|
||||
COPY checkout_build_install_llvm.sh /root/
|
||||
|
|
Loading…
Reference in New Issue