]> git.ipfire.org Git - thirdparty/systemd.git/commit - meson.build
fuzz: disable all deps when building with oss-fuzz
authorJonathan Rudenberg <jonathan@titanous.com>
Mon, 15 Jan 2018 23:27:37 +0000 (18:27 -0500)
committerJonathan Rudenberg <jonathan@titanous.com>
Wed, 17 Jan 2018 18:57:06 +0000 (13:57 -0500)
commitb4081f3ea2009f1c3b015237f2bcf12656ffa56f
tree2a6fe6f816dfc9b7acc52384f5801f7a98f403ab
parent7db7d5b73368fde010a258a5b2c48faf0d3e82c8
fuzz: disable all deps when building with oss-fuzz

The fuzz targets are intended to be fast and only target systemd
code, so they don't need to call out to any dependencies. They also
shouldn't depend on shared libraries outside of libc, so we disable
every dependency when compiling against oss-fuzz. This also
simplifies the upstream build environment significantly.
meson.build
scripts/oss-fuzz.sh