mirror of https://github.com/google/oss-fuzz.git
libyal: work-around for missing i386 dependencies (#8465)
This commit is contained in:
parent
f3e5d808c6
commit
8789149c9d
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue