From: Evgeny Vereshchagin Date: Sun, 29 May 2022 07:36:33 +0000 (+0000) Subject: docs: mention how to build 32 bit fuzz targets X-Git-Tag: v252-rc1~912^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61ad4f25ed38064f487ae2213abbc4b4b1cc54f8;p=thirdparty%2Fsystemd.git docs: mention how to build 32 bit fuzz targets --- diff --git a/docs/HACKING.md b/docs/HACKING.md index 0151b9c4f48..9e5313e07a2 100644 --- a/docs/HACKING.md +++ b/docs/HACKING.md @@ -173,6 +173,9 @@ for sanitizer in address undefined memory; do done done +./infra/helper.py build_fuzzers --clean --architecture i386 systemd "$path_to_systemd" +./infra/helper.py check_build --architecture i386 -e ALLOWED_BROKEN_TARGETS_PERCENTAGE=0 systemd + ./infra/helper.py build_fuzzers --clean --sanitizer coverage systemd "$path_to_systemd" ./infra/helper.py coverage --no-corpus-download systemd ```