libyal: work-around for missing i386 dependencies (#8465)

This commit is contained in:
Joachim Metz 2022-09-11 15:33:10 +02:00 committed by GitHub
parent f3e5d808c6
commit 8789149c9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -36,7 +36,9 @@ do
# Prepare the project source for build.
./synclibs.sh
./autogen.sh
./configure --enable-shared=no
# OSSFuzz cross-compiles certain architectures which can lead to a partial
# installed dependencies.
./configure --enable-shared=no --with-openssl=no --with-zlib=no
# Build the project and fuzzer binaries.
make -j$(nproc) LIB_FUZZING_ENGINE=${LIB_FUZZING_ENGINE}