aboutsummaryrefslogtreecommitdiff
path: root/projects
diff options
context:
space:
mode:
authorRobert Löhning <robert.loehning@qt.io>2020-01-16 13:28:21 +0100
committerjonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>2020-01-16 04:28:21 -0800
commitfeb57d3c9d5d378613ab14e851075d051ebf4c3d (patch)
tree66a5860ce45f0708d4609de9ac42c1286ea03537 /projects
parent61220d2a3be0fea9ecf87ea6a0197194d1d2c24c (diff)
downloadoss-fuzz-feb57d3c9d5d378613ab14e851075d051ebf4c3d.tar.gz
[qt] Don't try to shallow-copy submodules (#3242)
It doesn't work that way.
Diffstat (limited to 'projects')
-rw-r--r--projects/qt/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/qt/Dockerfile b/projects/qt/Dockerfile
index f19a0195e..7d325ca91 100644
--- a/projects/qt/Dockerfile
+++ b/projects/qt/Dockerfile
@@ -19,7 +19,7 @@ MAINTAINER rlohningqt@gmail.com
RUN apt-get update && apt-get install -y build-essential python libxcb-xinerama0-dev && apt-get install --no-install-recommends afl-doc
RUN git clone --branch 5.15 --depth 1 git://code.qt.io/qt/qt5.git qt
WORKDIR qt
-RUN perl init-repository --module-subset=qtbase --no-update && git submodule update --depth 1 --recursive
+RUN perl init-repository --module-subset=qtbase
WORKDIR $SRC
RUN git clone --depth 1 git://code.qt.io/qt/qtqa.git