mirror of https://github.com/google/oss-fuzz.git
[qt] Don't clone AFL (#4067)
Now that stable caught up with master, we can use the clone from base-builder image.
This commit is contained in:
parent
3c7ab8e850
commit
2264f7915f
|
@ -24,4 +24,3 @@ RUN git submodule update --init --depth 1 qtsvg
|
|||
WORKDIR $SRC
|
||||
RUN git clone --depth 1 git://code.qt.io/qt/qtqa.git
|
||||
RUN cp qtqa/fuzzing/oss-fuzz/build.sh $SRC/
|
||||
RUN git clone --depth 1 https://github.com/google/AFL.git
|
||||
|
|
Loading…
Reference in New Issue