mirror of https://github.com/google/oss-fuzz.git
[NFC] Don't print output when untarring honggfuzz (#9616)
Waste of space in the 5MB limited logs.
This commit is contained in:
parent
54448052e0
commit
9bbc9ad236
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue