aboutsummaryrefslogtreecommitdiff
path: root/projects/qt
diff options
context:
space:
mode:
authorRobert Löhning <robert.loehning@qt.io>2020-07-05 17:30:57 +0200
committerGitHub <noreply@github.com>2020-07-05 08:30:57 -0700
commit2264f7915fde664a5557c13b5fa8ba26477d5fc4 (patch)
treeabb7a1736c959de540592f00e828c3b75c1cfba2 /projects/qt
parent3c7ab8e8501f2b323a1a27a224e14e77ccc5fffe (diff)
downloadoss-fuzz-2264f7915fde664a5557c13b5fa8ba26477d5fc4.tar.gz
[qt] Don't clone AFL (#4067)
Now that stable caught up with master, we can use the clone from base-builder image.
Diffstat (limited to 'projects/qt')
-rw-r--r--projects/qt/Dockerfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/projects/qt/Dockerfile b/projects/qt/Dockerfile
index 0629b2a53..32020ceff 100644
--- a/projects/qt/Dockerfile
+++ b/projects/qt/Dockerfile
@@ -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