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:
Szabolcs Horvát 2022-09-05 15:35:43 +02:00 committed by GitHub
parent 42f0fbb7e3
commit 245789e8d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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