Skip to content
Snippets Groups Projects
Commit 216cfbe6 authored by Johan Helsing's avatar Johan Helsing
Browse files

Bump up the shallow cloning depth hack

parent 70bcbd5e
No related branches found
No related tags found
No related merge requests found
......@@ -12,9 +12,10 @@ git remote add origin https://codereview.qt-project.org/qt/qt5.git
git fetch --depth 1 origin "$qt5_rev"
git checkout FETCH_HEAD
#proper shallow cloning doesn't work for debian stretch for some reason
#proper shallow cloning doesn't work for Debian Stretch for some reason
#git submodule update --init --depth 1 -- qtbase qtxmlpatterns qtdeclarative qtwayland
git submodule update --init --depth 50 -- qtbase qtxmlpatterns qtdeclarative qtwayland
#git submodule update --init --depth 50 -- qtbase qtxmlpatterns qtdeclarative qtwayland
git submodule update --init --depth 200 -- qtbase qtxmlpatterns qtdeclarative qtwayland
if [[ -v QT_DOCKERTEST_QTWAYLAND_REV ]] ; then
cd "$srcdir/qtwayland"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment