From a3e42c468fc18e6713622b7e4af5d45c5887e54c Mon Sep 17 00:00:00 2001 From: Frantisek Sumsal Date: Sat, 25 Jan 2020 17:48:23 +0100 Subject: test: unpin meson from v0.52.1 The compatibility issue in meson v0.53 has been fixed in v0.53.1, which is already available through pip, so let's remove the pin for meson introduced before. Reverts: 514793658c499821383bdc8bbf1d33048c18dd40 --- tools/oss-fuzz.sh | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tools/oss-fuzz.sh') diff --git a/tools/oss-fuzz.sh b/tools/oss-fuzz.sh index 6884048d83..5e48a7e0c6 100755 --- a/tools/oss-fuzz.sh +++ b/tools/oss-fuzz.sh @@ -32,10 +32,6 @@ if [ -z "$FUZZING_ENGINE" ]; then fuzzflag="llvm-fuzz=true" fi -# FIXME: temporarily pin the meson version as 0.53 doesn't work with older python 3.5 -# See: https://github.com/mesonbuild/meson/issues/6427 -pip3 install meson==0.52.1 - meson $build -D$fuzzflag -Db_lundef=false ninja -v -C $build fuzzers -- cgit v1.2.1