[igraph] build libxml2 without ICU (#7368)

* [igraph] build libxml2 without ICU

* [igraph] disable zlib and lzma support when building libxml2
This commit is contained in:
Szabolcs Horvát 2022-03-08 13:37:12 +01:00 committed by GitHub
parent b3e265a3a4
commit e2e731bc44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -16,9 +16,8 @@
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 libxml2-dev libxml2-dev:i386 libz-dev libz-dev:i386 liblzma-dev liblzma-dev:i386
pkg-config cmake bison flex
RUN git clone --depth 1 --branch develop https://github.com/igraph/igraph
RUN wget https://github.com/unicode-org/icu/releases/download/release-66-1/icu4c-66_1-src.tgz && tar xzvf icu4c-66_1-src.tgz
RUN wget https://download.gnome.org/sources/libxml2/2.9/libxml2-2.9.13.tar.xz && tar xf libxml2-2.9.13.tar.xz
WORKDIR igraph
RUN cp $SRC/igraph/fuzzing/build.sh $SRC/build.sh