Skip to content

Commit

Permalink
fuzz: add missing flex (util-linux req.) to fix fuzzing build
Browse files Browse the repository at this point in the history
  • Loading branch information
mbroz committed Nov 26, 2023
1 parent dfbb775 commit 6262da3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/fuzz/oss-fuzz-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6262da3

Please sign in to comment.