mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-07-27 16:03:03 +02:00
Use https:// not git:// to clone.
git:// is not going through proxy.
This commit is contained in:
parent
dad1f196ba
commit
4c3835c61c
1 changed files with 2 additions and 2 deletions
|
@ -1043,7 +1043,7 @@ release:
|
||||||
|
|
||||||
if buildQt5:
|
if buildQt5:
|
||||||
stage('qt_5_15_2', """
|
stage('qt_5_15_2', """
|
||||||
git clone git://code.qt.io/qt/qt5.git qt_5_15_2
|
git clone https://code.qt.io/qt/qt5.git qt_5_15_2
|
||||||
cd qt_5_15_2
|
cd qt_5_15_2
|
||||||
perl init-repository --module-subset=qtbase,qtimageformats,qtsvg
|
perl init-repository --module-subset=qtbase,qtimageformats,qtsvg
|
||||||
git checkout v5.15.2
|
git checkout v5.15.2
|
||||||
|
@ -1126,7 +1126,7 @@ mac:
|
||||||
if buildQt6:
|
if buildQt6:
|
||||||
stage('qt_6_2_2', """
|
stage('qt_6_2_2', """
|
||||||
mac:
|
mac:
|
||||||
git clone -b v6.2.2 git://code.qt.io/qt/qt5.git qt_6_2_2
|
git clone -b v6.2.2 https://code.qt.io/qt/qt5.git qt_6_2_2
|
||||||
cd qt_6_2_2
|
cd qt_6_2_2
|
||||||
perl init-repository --module-subset=qtbase,qtimageformats,qtsvg,qt5compat
|
perl init-repository --module-subset=qtbase,qtimageformats,qtsvg,qt5compat
|
||||||
depends:patches/qtbase_6_2_2/*.patch
|
depends:patches/qtbase_6_2_2/*.patch
|
||||||
|
|
Loading…
Add table
Reference in a new issue