mirror of https://github.com/google/oss-fuzz.git
igraph: switch to master branch and update libxml2 dependency (#8413)
* igraph: switch to master branch and update libxml2 dependency * igraph: do not use shallow clone
This commit is contained in:
parent
42f0fbb7e3
commit
245789e8d5
|
@ -17,7 +17,7 @@
|
|||
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 --depth 1 --branch develop https://github.com/igraph/igraph
|
||||
RUN wget https://download.gnome.org/sources/libxml2/2.9/libxml2-2.9.13.tar.xz && tar xf libxml2-2.9.13.tar.xz
|
||||
RUN git clone --branch master https://github.com/igraph/igraph
|
||||
RUN wget https://download.gnome.org/sources/libxml2/2.9/libxml2-2.9.14.tar.xz && tar xf libxml2-2.9.14.tar.xz
|
||||
WORKDIR igraph
|
||||
RUN cp $SRC/igraph/fuzzing/build.sh $SRC/build.sh
|
||||
|
|
Loading…
Reference in New Issue