diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/HACKING.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/HACKING.md b/docs/HACKING.md index 0151b9c4f4..9e5313e07a 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 ``` |