Update centipede (#9029)

Update `Centipede` to its latest version.
This commit is contained in:
Dongge Liu 2022-11-23 10:01:38 +11:00 committed by GitHub
parent 37642e03bc
commit 3ba9eabc27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ RUN precompile_honggfuzz
RUN cd $SRC && \
git clone https://github.com/google/centipede.git && \
cd centipede && \
git checkout baa82e7189677bb9086beb5d9b5e58018d991607 && \
git checkout addd6670cc6b56dea43036dc3a0dcb9181f23251 && \
rm -rf .git
COPY precompile_centipede /usr/local/bin/