Switch Dockerfile and snap to https for Qt clone

This commit is contained in:
Ilya Fedin 2023-04-06 09:45:40 +04:00 committed by John Preston
parent ec10306ccb
commit b2faed6b96
2 changed files with 2 additions and 2 deletions

View File

@ -715,7 +715,7 @@ COPY --link --from=xkbcommon {{ LibrariesPath }}/xkbcommon-cache /
ENV OPENSSL_ROOT_DIR {{ OPENSSL_PREFIX }}
RUN git clone -b {{ QT_TAG }} --depth=1 git://code.qt.io/qt/qt5.git qt_{{ QT }} \
RUN git clone -b {{ QT_TAG }} --depth=1 https://code.qt.io/qt/qt5.git qt_{{ QT }} \
&& cd qt_{{ QT }} \
&& git submodule update --init --recursive --depth=1 qtbase qtdeclarative qtwayland qtimageformats qtsvg qt5compat qtshadertools \
&& cd qtbase \

View File

@ -483,7 +483,7 @@ parts:
override-pull: |
QT=6.5.0
git clone -b v${QT} --depth=1 git://code.qt.io/qt/qt5.git .
git clone -b v${QT} --depth=1 https://code.qt.io/qt/qt5.git .
git submodule update --init --recursive --depth=1 qtbase qtdeclarative qtwayland qtimageformats qtsvg qt5compat qtshadertools
cd qtbase