Skip to content

Commit

Permalink
PCRE2 fuzz build fix (#12517)
Browse files Browse the repository at this point in the history
Fixes fuzzer build following
PCRE2Project/pcre2#443. cc @PhilipHazel
  • Loading branch information
addisoncrump authored Sep 19, 2024
1 parent 92bce30 commit a958ed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/pcre2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
FROM gcr.io/oss-fuzz-base/base-builder
RUN apt-get update && apt-get install -y make autoconf automake libtool subversion

RUN git clone https://github.com/PCRE2Project/pcre2 pcre2
RUN git clone --recursive https://github.com/PCRE2Project/pcre2 pcre2
WORKDIR pcre2
COPY build.sh $SRC/

0 comments on commit a958ed8

Please sign in to comment.