mirror of https://github.com/google/oss-fuzz.git
add more seeds for freetype2 (#288)
This commit is contained in:
parent
56964a89f5
commit
4a93f93813
|
@ -20,6 +20,7 @@ RUN apt-get install -y make autoconf libtool libarchive-dev
|
|||
|
||||
# Get some files for the seed corpus
|
||||
ADD https://github.com/adobe-fonts/adobe-variable-font-prototype/releases/download/1.001/AdobeVFPrototype.otf $SRC/font-corpus/
|
||||
RUN git clone https://github.com/unicode-org/text-rendering-tests.git && cp text-rendering-tests/fonts/* $SRC/font-corpus
|
||||
|
||||
RUN git clone --depth 1 git://git.sv.nongnu.org/freetype/freetype2.git
|
||||
WORKDIR freetype2
|
||||
|
|
Loading…
Reference in New Issue