mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-15 12:50:06 +01:00
fuzz: add missing flex (util-linux req.) to fix fuzzing build
This commit is contained in:
@@ -42,7 +42,7 @@ in_oss_fuzz && LIBFUZZER_PATCH="$PWD/cryptsetup/tests/fuzz/unpoison-mutated-buff
|
|||||||
in_oss_fuzz && apt-get update && apt-get install -y \
|
in_oss_fuzz && apt-get update && apt-get install -y \
|
||||||
make autoconf automake autopoint libtool pkg-config \
|
make autoconf automake autopoint libtool pkg-config \
|
||||||
sharutils gettext expect keyutils ninja-build \
|
sharutils gettext expect keyutils ninja-build \
|
||||||
bison
|
bison flex
|
||||||
|
|
||||||
[ ! -d zlib ] && git clone --depth 1 https://github.com/madler/zlib.git
|
[ ! -d zlib ] && git clone --depth 1 https://github.com/madler/zlib.git
|
||||||
[ ! -d xz ] && git clone https://git.tukaani.org/xz.git
|
[ ! -d xz ] && git clone https://git.tukaani.org/xz.git
|
||||||
|
|||||||
Reference in New Issue
Block a user