[NFC] Don't print output when untarring honggfuzz (#9616)

Waste of space in the 5MB limited logs.
This commit is contained in:
jonathanmetzman 2023-02-06 22:21:59 -05:00 committed by GitHub
parent 54448052e0
commit 9bbc9ad236
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ RUN cd $SRC && \
curl -L -O https://github.com/google/honggfuzz/archive/oss-fuzz.tar.gz && \
mkdir honggfuzz && \
cd honggfuzz && \
tar -xzv --strip-components=1 -f $SRC/oss-fuzz.tar.gz && \
tar -xz --strip-components=1 -f $SRC/oss-fuzz.tar.gz && \
rm -rf examples $SRC/oss-fuzz.tar.gz