Skip to content

Commit 1bb5b42

Browse files
authored
Fixed ClusterFuzz build error by adding dateparserr.data as a binary (#1208)
1 parent 5355e86 commit 1bb5b42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fuzzing/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ pip3 install .
33

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

0 commit comments

Comments
 (0)