mirror of
https://github.com/systemd/systemd.git
synced 2025-01-10 05:18:17 +03:00
ci: pass max_total_time to libFuzzer
Since clang was updated to 9.0.1 libFuzzer has been exiting with 72 when it's run with timeout. Let's pass -max_total_time to it instead.
This commit is contained in:
parent
6cec69fc3e
commit
c667e09ba0
@ -17,7 +17,7 @@ pip3 install meson
|
|||||||
cd $REPO_ROOT
|
cd $REPO_ROOT
|
||||||
export PATH="$HOME/.local/bin/:$PATH"
|
export PATH="$HOME/.local/bin/:$PATH"
|
||||||
tools/oss-fuzz.sh
|
tools/oss-fuzz.sh
|
||||||
timeout --preserve-status 5 ./out/fuzz-unit-file
|
./out/fuzz-unit-file -max_total_time=5
|
||||||
git clean -dxff
|
git clean -dxff
|
||||||
|
|
||||||
wget https://app.fuzzbuzz.io/releases/cli/latest/linux/fuzzbuzz
|
wget https://app.fuzzbuzz.io/releases/cli/latest/linux/fuzzbuzz
|
||||||
|
Loading…
Reference in New Issue
Block a user