[wuffs] Add more json corpus (#3750)

* Add more json corpus

Add more json corpus, taken from https://github.com/minio/simdjson-fuzz (contains 8024 json seeds)

* Update wuffs dockerfile

simplify seeds extraction command and remove some blank lines
This commit is contained in:
Muhammad Aldo Firmansyah 2020-05-03 03:09:32 +07:00 committed by GitHub
parent 958a0dc7b5
commit 040cbadd04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -41,6 +41,10 @@ RUN mkdir rapidjson_corpus
RUN unzip -j rapidjson.zip -d rapidjson_corpus
RUN rm rapidjson.zip
RUN git clone --depth 1 https://github.com/minio/simdjson-fuzz
RUN mv simdjson-fuzz/corpus/corpus simdjson_corpus
RUN rm -rf simdjson-fuzz
# Finish.
WORKDIR wuffs