Skip to content

Commit 1c2c2b4

Browse files
committed
oss-fuzz: temporarily pin meson to v0.52.1
See: mesonbuild/meson#6427
1 parent f9718df commit 1c2c2b4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tools/oss-fuzz.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ if [ -z "$FUZZING_ENGINE" ]; then
3232
fuzzflag="llvm-fuzz=true"
3333
fi
3434

35+
# FIXME: temporarily pin the meson version as 0.53 doesn't work with older python 3.5
36+
# See: https://github.com/mesonbuild/meson/issues/6427
37+
pip3 install meson==0.52.1
38+
3539
meson $build -D$fuzzflag \
3640
-Db_lundef=false \
3741
-Dlibzstd=disabled \

0 commit comments

Comments
 (0)