Closed radarhere closed 1 month ago
Here's an issue about upgrading Ubuntu in the base image: https://github.com/google/oss-fuzz/issues/11835
You can pip install meson on oss-fuzz build scripts, that is how we build HarfBuzz there (you might also want to bin meson version to a known working one, since new meson versions sometimes break build, at least in the past).
Thanks for the suggestion! I've created https://github.com/python-pillow/Pillow/pull/8424
Two changes here.
More specifically though, it now requires meson >= 0.55.
This is a problem, as the base image for oss-fuzz uses Ubuntu 20.04, which only has meson 0.53.2
So this PR downgrades harfuzz on OSS Fuzz to the version before meson became mandatory. I've used the environment variable 'SANITIZER' to detect OSS Fuzz.