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

Disable shallow-cloning for submodules altogether

parent 216cfbe6
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,8 @@ git checkout FETCH_HEAD
#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 200 -- qtbase qtxmlpatterns qtdeclarative qtwayland
#git submodule update --init --depth 200 -- qtbase qtxmlpatterns qtdeclarative qtwayland
git submodule update --init -- 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