We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9718df commit 1c2c2b4Copy full SHA for 1c2c2b4
tools/oss-fuzz.sh
@@ -32,6 +32,10 @@ if [ -z "$FUZZING_ENGINE" ]; then
32
fuzzflag="llvm-fuzz=true"
33
fi
34
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
+
39
meson $build -D$fuzzflag \
40
-Db_lundef=false \
41
-Dlibzstd=disabled \
0 commit comments