summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorEvgeny Vereshchagin <evvers@ya.ru>2022-05-29 09:36:33 +0200
committerEvgeny Vereshchagin <evvers@ya.ru>2022-05-29 11:12:38 +0200
commit61ad4f25ed38064f487ae2213abbc4b4b1cc54f8 (patch)
tree7517ef5e6562aacbc40ce1fdddc5a2291f04784d /docs
parentmeson: exclude pcre2 when dependencies are skipped (diff)
downloadsystemd-61ad4f25ed38064f487ae2213abbc4b4b1cc54f8.tar.xz
systemd-61ad4f25ed38064f487ae2213abbc4b4b1cc54f8.zip
docs: mention how to build 32 bit fuzz targets
Diffstat (limited to 'docs')
-rw-r--r--docs/HACKING.md3
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
```