mirror of https://github.com/google/oss-fuzz.git
libvips: add highway as a dependency (#10868)
In preparation for https://github.com/libvips/libvips/pull/3618.
This commit is contained in:
parent
82e99bf6b8
commit
89231070c1
|
@ -47,6 +47,7 @@ RUN git clone --depth 1 https://aomedia.googlesource.com/aom
|
|||
RUN git clone --depth 1 https://github.com/strukturag/libheif.git
|
||||
RUN git clone --depth 1 https://github.com/lovell/libimagequant.git
|
||||
RUN git clone --depth 1 https://github.com/dloebl/cgif.git
|
||||
RUN git clone --depth 1 https://github.com/google/highway.git
|
||||
|
||||
WORKDIR libvips
|
||||
COPY build.sh $SRC/
|
||||
|
|
Loading…
Reference in New Issue