mirror of https://github.com/google/oss-fuzz.git
[infra] Use stable version of AFL from the upstream repo. (#2767)
This commit is contained in:
parent
4159623ecd
commit
b3726e9d20
|
@ -93,11 +93,7 @@ ENV FUZZER_LDFLAGS ""
|
|||
|
||||
WORKDIR $SRC
|
||||
|
||||
ADD http://lcamtuf.coredump.cx/afl/releases/afl-latest.tgz $SRC/
|
||||
RUN mkdir afl && \
|
||||
cd afl && \
|
||||
tar -xzv --strip-components=1 -f $SRC/afl-latest.tgz && \
|
||||
rm -rf $SRC/afl-latest.tgz
|
||||
RUN git clone -b stable https://github.com/google/AFL.git afl
|
||||
|
||||
ADD https://github.com/google/honggfuzz/archive/oss-fuzz.tar.gz $SRC/
|
||||
RUN mkdir honggfuzz && \
|
||||
|
|
Loading…
Reference in New Issue