[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:
Robert Löhning 2020-07-05 17:30:57 +02:00 committed by GitHub
parent 3c7ab8e850
commit 2264f7915f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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