scripts: fuzzer: add fork count
Some checks failed
Gentoo Utils / build-oci-image (push) Successful in 6s
Gentoo Utils / check-format (push) Successful in 7s
Gentoo Utils / docs (push) Successful in 13s
Gentoo Utils / build (push) Successful in 22s
Gentoo Utils / test (push) Successful in 32s
Gentoo Utils / fuzz (push) Has been cancelled

This commit is contained in:
2025-12-13 20:54:02 -06:00
parent 09bfe6a99b
commit ad0f9f1370

View File

@@ -11,4 +11,5 @@ ${PROJECT_DIR}/scripts/atom.py <${in} >${out} \
| ${PROJECT_DIR}/build/fuzz/atom/parser/fuzzer >${in} <${out} \
${PROJECT_DIR}/build/atom_parser_fuzzer_corpus \
-only_ascii=1 \
-fork=$(($(nproc) / 2))
"$@"