[qt] Get a shallow clone of qtbase (#3872)

Reduces the size by nearly 200 MB
This commit is contained in:
Robert Löhning 2020-05-26 06:53:19 +02:00 committed by GitHub
parent 8ce95adeac
commit e41dd0e642
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ RUN dpkg --add-architecture i386
RUN apt-get update && apt-get install -y build-essential libc6-dev:i386
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
RUN git submodule update --init --depth 1 qtbase
WORKDIR $SRC
RUN git clone --depth 1 git://code.qt.io/qt/qtqa.git
RUN git clone --depth 1 https://github.com/google/AFL.git