mirror of https://github.com/google/oss-fuzz.git
igraph: move libxml2 download to build script (#8545)
I have moved the libxml2 download to the build script from the
Dockerfile, so I can more easily update the version, and related
operations would not be split up. Is this okay with you?
See
5a89bbc76c
This commit is contained in:
parent
7765e4d548
commit
b95ae7b412
|
@ -18,6 +18,5 @@ FROM gcr.io/oss-fuzz-base/base-builder
|
|||
RUN apt-get update && apt-get install -y make autoconf automake libtool \
|
||||
pkg-config cmake bison flex
|
||||
RUN git clone --branch master https://github.com/igraph/igraph
|
||||
RUN wget https://download.gnome.org/sources/libxml2/2.10/libxml2-2.10.0.tar.xz && tar xf libxml2-2.10.0.tar.xz
|
||||
WORKDIR igraph
|
||||
RUN cp $SRC/igraph/fuzzing/build.sh $SRC/build.sh
|
||||
|
|
Loading…
Reference in New Issue