Skip to content

Commit

Permalink
Changed fuzz branch to develop
Browse files Browse the repository at this point in the history
  • Loading branch information
capuanob committed Feb 12, 2025
1 parent 2772bd6 commit c30b676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/pdfplumber/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN mkdir $SRC/corpus
# Upstream wants fuzzers hosted elsewhere, so pull them from fork (https://github.com/jsvine/pdfplumber/pull/1245#issuecomment-2581682100)
RUN git clone --depth 1 https://github.com/ennamarie19/pdfplumber.git pdfplumber_fuzzer

RUN git clone --depth 1 https://github.com/jsvine/pdfplumber.git pdfplumber \
RUN git clone --depth 1 --branch develop https://github.com/jsvine/pdfplumber.git pdfplumber \
&& rm -rf pdfplumber/fuzz # Remove the directory, if it exists
RUN cp -r pdfplumber_fuzzer/fuzz pdfplumber \
&& cp pdfplumber/fuzz/build.sh $SRC/
Expand Down

0 comments on commit c30b676

Please sign in to comment.