mirror of https://github.com/google/oss-fuzz.git
Pin Centipede to a more recent version (#8543)
A recent commit allows `Centipede` to add timestamps to its log, which can be very helpful for debugging. This PR intends to update `Centipede` to add that commit.
This commit is contained in:
parent
b95ae7b412
commit
2757ed6601
|
@ -134,7 +134,7 @@ RUN precompile_honggfuzz
|
|||
RUN cd $SRC && \
|
||||
git clone https://github.com/google/centipede.git && \
|
||||
cd centipede && \
|
||||
git checkout 0cb913aa9d77ebd2870aa1036fd8651c2557a9a9
|
||||
git checkout baa82e7189677bb9086beb5d9b5e58018d991607
|
||||
|
||||
COPY precompile_centipede /usr/local/bin/
|
||||
RUN precompile_centipede
|
||||
|
|
Loading…
Reference in New Issue