Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
oss-fuzz: turn off fuzz-introspector
fuzz-introspector passes -fuse-ld=gold and -flto using CFLAGS/LDFLAGS and due to mesonbuild/meson#6377 (comment) and mesonbuild/meson#6377 it doesn't mix well with meson. It's possible to build systemd with duct tape there using something like google/oss-fuzz#7583 (comment) but apparently even with gold and lto some parts of systemd are missing from reports (presumably due to google/oss-fuzz#7598). Let's just fail here for now to make it clear that fuzz-introspector isn't supported.
- Loading branch information