mirror of https://github.com/google/oss-fuzz.git
Add ninja-build to freetype2 image. (#7013)
This will allow the FreeType fuzzer to use ninja for some of the build steps.
This commit is contained in:
parent
ac38bd2e0b
commit
0de0dcd0f4
|
@ -22,7 +22,9 @@ RUN apt-get update && \
|
||||||
cmake \
|
cmake \
|
||||||
libtool \
|
libtool \
|
||||||
pkg-config \
|
pkg-config \
|
||||||
make
|
make \
|
||||||
|
ninja-build
|
||||||
|
|
||||||
|
|
||||||
# Get some files for the seed corpus
|
# 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/
|
ADD https://github.com/adobe-fonts/adobe-variable-font-prototype/releases/download/1.001/AdobeVFPrototype.otf $SRC/font-corpus/
|
||||||
|
|
Loading…
Reference in New Issue