mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-01-22 07:14:09 +00:00
Switch Dockerfile and snap to https for Qt clone
This commit is contained in:
parent
ec10306ccb
commit
b2faed6b96
@ -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 \
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user