Skip to content

Commit

Permalink
Fixed ClusterFuzz build error by adding dateparserr.data as a binary (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
capuanob authored Jan 15, 2024
1 parent 5355e86 commit 1bb5b42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuzzing/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ pip3 install .

# Build fuzzers in $OUT
for fuzzer in $(find fuzzing -name '*_fuzzer.py');do
compile_python_fuzzer "$fuzzer"
compile_python_fuzzer "$fuzzer" --add-binary="dateparser/data:dateparser/data"
done
zip -q $OUT/dateparser_fuzzer_seed_corpus.zip $SRC/corpus/*

0 comments on commit 1bb5b42

Please sign in to comment.