We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1077752 + bba0a0d commit f0e0c9aCopy full SHA for f0e0c9a
src/tests/oss-fuzz.sh
@@ -30,7 +30,12 @@ apt-get install --yes --no-install-recommends \
30
apt-get remove --yes lxc-utils liblxc-common liblxc1 liblxc-dev
31
32
# make sure we have a new enough meson version
33
-pip3 install meson ninja
+
34
+# ToDo: remove this workaround once meson is fixed
35
+# meson is pinned to get around https://github.com/mesonbuild/meson/issues/14533
36
+# thanks to Evgeny Vereshchagin
37
+# https://github.com/google/oss-fuzz/pull/13286/commits/093b2480ce44c38c2418c20df2212f56b9e7fbd2
38
+pip3 install meson==1.7.2 ninja
39
40
# Sanitized build
41
meson setup san_build \
0 commit comments