1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-12-22 13:33:56 +03:00

docs: mention how to build 32 bit fuzz targets

This commit is contained in:
Evgeny Vereshchagin 2022-05-29 07:36:33 +00:00
parent 8739f309f3
commit 61ad4f25ed

View 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
```