mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00
fuzz: Fix aarch64 build on OSS-Fuzz
This commit is contained in:
parent
e349709ae7
commit
b7f30bae7b
@ -18,6 +18,12 @@ else
|
||||
CONFIG='--with-zlib --with-lzma'
|
||||
fi
|
||||
|
||||
# Workaround for a LeakSanitizer crashes,
|
||||
# see https://github.com/google/oss-fuzz/issues/11798.
|
||||
if [ "$ARCHITECTURE" = "aarch64" ]; then
|
||||
export ASAN_OPTIONS=detect_leaks=0
|
||||
fi
|
||||
|
||||
export V=1
|
||||
|
||||
./autogen.sh \
|
||||
|
Loading…
x
Reference in New Issue
Block a user