From 6262da3a11c0200d083238430131c9d3e46b4263 Mon Sep 17 00:00:00 2001 From: Milan Broz Date: Sun, 26 Nov 2023 10:39:22 +0100 Subject: [PATCH] fuzz: add missing flex (util-linux req.) to fix fuzzing build --- tests/fuzz/oss-fuzz-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/fuzz/oss-fuzz-build.sh b/tests/fuzz/oss-fuzz-build.sh index d9805d876..cf0cfdeec 100755 --- a/tests/fuzz/oss-fuzz-build.sh +++ b/tests/fuzz/oss-fuzz-build.sh @@ -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 \ make autoconf automake autopoint libtool pkg-config \ sharutils gettext expect keyutils ninja-build \ - bison + bison flex [ ! -d zlib ] && git clone --depth 1 https://github.com/madler/zlib.git [ ! -d xz ] && git clone https://git.tukaani.org/xz.git