]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
docs: mention how to build 32 bit fuzz targets
authorEvgeny Vereshchagin <evvers@ya.ru>
Sun, 29 May 2022 07:36:33 +0000 (07:36 +0000)
committerEvgeny Vereshchagin <evvers@ya.ru>
Sun, 29 May 2022 09:12:38 +0000 (09:12 +0000)
docs/HACKING.md

index 0151b9c4f48c9fe80f3c64eb884a4d8985ebac1a..9e5313e07a2f5fcbf94290bcb1f0d52a82dae278 100644 (file)
@@ -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
 ```