mirror of https://github.com/google/oss-fuzz.git
df573a03e2
Right now systemd declares a requirement on libmount-devel >= 2.30. But this is only because of fixes in libmount 2.30 that matter at runtime. For fuzzing (and to build) any libmount version is enough. https://github.com/systemd/systemd/commit/c0b4b0f8f548c755dee81b relaxed the version check in systemd. To fix the build we need to install libmount-dev (and pkg-config, because meson requires that for pkg-config deps to actually work). Fixes #1191. |
||
---|---|---|
.. | ||
Dockerfile | ||
build.sh | ||
project.yaml |