Skip to content

Commit 89671a5

Browse files
committed
Disable codegen-units = 1 in CI fuzz job
This now slows us down as we run our fuzz job on a machine with more than one or two cores.
1 parent 7730f3b commit 89671a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fuzz/ci-fuzz.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ cargo install --color always --force honggfuzz --no-default-features
2626
# Because we're fuzzing relatively few iterations, the maximum possible
2727
# compiler optimizations aren't necessary, so we turn off LTO
2828
sed -i 's/lto = true//' Cargo.toml
29+
sed -i 's/codegen-units = 1//' Cargo.toml
2930

3031
export HFUZZ_BUILD_ARGS="--features honggfuzz_fuzz"
3132

0 commit comments

Comments
 (0)